1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

Fix x-paddings for select (with floating label, and in Firefox) (#34008)

This commit is contained in:
Gaël Poupard
2021-05-25 07:31:30 +02:00
committed by GitHub
parent 993b533dc6
commit bdde9b50a6
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
display: block;
width: 100%;
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
// stylelint-disable-next-line property-no-vendor-prefix
-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;