0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Remove -moz-padding-start from .form-select

This commit is contained in:
Mark Otto 2023-02-14 20:54:51 -08:00 committed by Mark Otto
parent d86c316a88
commit f8fa05d27e

View File

@ -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;