2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix #12422: Reset height on multiple select in input size mixin

This commit is contained in:
Mark Otto
2014-01-29 21:34:10 -08:00
parent 545c957f17
commit d631e0b92d
8 changed files with 20 additions and 11 deletions
+2 -1
View File
@@ -919,7 +919,8 @@
line-height: @input-height;
}
textarea& {
textarea&,
select[multiple]& {
height: auto;
}
}