2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
-1
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;