Skip to content

Commit

Permalink
fix(label): updates per review
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Jul 19, 2021
1 parent e9743db commit 8530c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ $-btn-interactive-label-icon-size: rem(24px);
border-radius: 0 sage-border(radius-x-large) sage-border(radius-x-large) 0;

&::before {
margin-top: 1px; /* needed as sage-font-size(sm) is equates 13px and not 14px. This 1px is accounting for that 1px */
transform: translateY(1px); /* needed as sage-font-size(sm) equates to 13px, not 14px. This 1px is accounting for that 1px */
font-size: sage-font-size(sm);
}

Expand Down

0 comments on commit 8530c0c

Please sign in to comment.