Skip to content

Commit

Permalink
Sync plain text font-size with $input-font-size (twbs#28464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Apr 25, 2019
1 parent 275cd7f commit 2d0f2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ select.form-control {
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
@include font-size($input-font-size);
line-height: $input-line-height;
color: $input-plaintext-color;
background-color: transparent;
Expand Down

0 comments on commit 2d0f2fe

Please sign in to comment.