Skip to content

Commit

Permalink
fix(BaseStyle): vertically center select input text in Firefox
Browse files Browse the repository at this point in the history
text was too much too the top

Closes #185
  • Loading branch information
steffenbew committed Nov 25, 2019
1 parent 374c8b6 commit 4b51d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ select {
background-position: calc(100% - 18px) center;
background-repeat: no-repeat;
background-size: 9px;
line-height: 1.75;
padding-right: 45px;

&::-ms-expand {
Expand Down

0 comments on commit 4b51d00

Please # to comment.