Skip to content

Commit

Permalink
Label line height was incorrect on largest breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed May 2, 2024
1 parent 100989b commit f903b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_base_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
label {
cursor: pointer;
display: inline-block;
line-height: map-get($line-heights, default-text);
margin-bottom: $spv--large - $spv-nudge;
margin-top: 0;
max-width: $text-max-width;
Expand Down

0 comments on commit f903b6a

Please sign in to comment.