Skip to content

Commit

Permalink
Merge pull request mozilla#1657 from chuckharmston/1655-newsletter-de…
Browse files Browse the repository at this point in the history
…scenders

Increases line height of newsletter input (closes mozilla#1655).
  • Loading branch information
Bizarro @clouserw (minimal permissions) authored Oct 21, 2016
2 parents 72f7d5c + 7e54dac commit 3876141
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: 1;
line-height: $font-unit * 1.5;
margin-bottom: $grid-unit * .5;
padding: ($grid-unit * .75) ($grid-unit * .5);
width: 100%;
Expand Down

0 comments on commit 3876141

Please sign in to comment.