diff --git a/src/style.js b/src/style.js index a5468cc4..87d7df03 100644 --- a/src/style.js +++ b/src/style.js @@ -109,6 +109,9 @@ const style = css` margin-right: .6em; margin-left: 0; } + .icon[loc="right"] { + margin-left: auto; + } .icon[loc="state"] { align-self: center; }