mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
add transparent border to match .form-control height
This commit is contained in:
parent
55e130f88f
commit
53ce4da835
@ -136,6 +136,8 @@ select.form-control {
|
||||
padding-top: $input-padding-y;
|
||||
padding-bottom: $input-padding-y;
|
||||
line-height: $input-line-height;
|
||||
border: solid transparent;
|
||||
border-width: 1px 0;
|
||||
|
||||
&.form-control-sm,
|
||||
&.form-control-lg {
|
||||
|
Loading…
x
Reference in New Issue
Block a user