Skip to content

Commit

Permalink
Bump line-height in newsletter email input field
Browse files Browse the repository at this point in the history
Avoids cutting off '@' character on windows.

Fixes mozilla#2443.
  • Loading branch information
jaredhirsch committed May 17, 2017
1 parent 6e3b38c commit 6c7b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/components/_NewsletterForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
button {
border-radius: $small-border-radius;
box-shadow: none;
line-height: $font-unit * 1.5;
line-height: $font-unit * 1.6;
margin-bottom: $grid-unit * .5;
padding: ($grid-unit * .75) ($grid-unit * .5);
width: 100%;
Expand Down

0 comments on commit 6c7b0d1

Please sign in to comment.