Skip to content

Commit

Permalink
Override the new core line-height value for input fields. (#17659)
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored and youknowriad committed Sep 30, 2019
1 parent d841f21 commit d55652d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,12 @@

/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: $mobile-text-min-font-size;
/* Override core line-height. To be reviewed. */
line-height: normal;
@include break-small {
font-size: $default-font-size;
/* Override core line-height. To be reviewed. */
line-height: normal;
}

&:focus {
Expand Down

0 comments on commit d55652d

Please sign in to comment.