Skip to content

Commit

Permalink
Remove -moz-padding-start from .form-select
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 15, 2023
1 parent d86c316 commit f8fa05d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/forms/_form-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
display: block;
width: 100%;
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
-moz-padding-start: subtract($form-select-padding-x, 3px); // See https://github.com/twbs/bootstrap/issues/32636
font-family: $form-select-font-family;
@include font-size($form-select-font-size);
font-weight: $form-select-font-weight;
Expand Down

0 comments on commit f8fa05d

Please sign in to comment.