mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Remove vertical-align from .form-select (#32318)
Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
font-weight: $form-select-font-weight;
|
font-weight: $form-select-font-weight;
|
||||||
line-height: $form-select-line-height;
|
line-height: $form-select-line-height;
|
||||||
color: $form-select-color;
|
color: $form-select-color;
|
||||||
vertical-align: middle;
|
|
||||||
background-color: $form-select-bg;
|
background-color: $form-select-bg;
|
||||||
background-image: escape-svg($form-select-indicator);
|
background-image: escape-svg($form-select-indicator);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Reference in New Issue
Block a user