Skip to content

Commit

Permalink
fix(icon): subtract 1 pickle from top position
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed Mar 26, 2019
1 parent fd94623 commit 3e36dc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/src/global/mixins/_form-items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@
height: 1rem;
position: absolute;
line-height: 1;
top: 20px;
border-radius: 2px;
text-align: center;
fill: currentColor;
// optical correction, subtract 1px
top: $ray-field-v-spacing - 1px;

path {
fill: currentColor;
Expand Down

0 comments on commit 3e36dc1

Please sign in to comment.