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:
+2
-1
@@ -919,7 +919,8 @@
|
||||
line-height: @input-height;
|
||||
}
|
||||
|
||||
textarea& {
|
||||
textarea&,
|
||||
select[multiple]& {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user