mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add transparent border to match .form-control height
This commit is contained in:
parent
55e130f88f
commit
53ce4da835
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue