Skip to content

Commit

Permalink
fix(input-label): for zooms (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeste Glavin authored Apr 3, 2019
1 parent 4836190 commit d6297fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/global/mixins/_form-items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
&::before {
content: '';
width: calc(100% + #{$ray-field-h-spacing} / 2);
height: 1px;
height: 0.1875rem;
background-color: $ray-color-white;
position: absolute;
top: 5px;
top: 0.25rem;
left: -1 * $ray-field-h-spacing / 2;
z-index: -1;
}
Expand Down

0 comments on commit d6297fa

Please sign in to comment.