0
0
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:
Mark Otto 2016-10-09 16:17:48 -07:00
parent 55e130f88f
commit 53ce4da835

View File

@ -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 {