mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
height auto on mutli select
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ select {
|
||||
// Make multiple select elements height not fixed
|
||||
select[multiple],
|
||||
select[size] {
|
||||
height: inherit;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
// Remove shadow from image inputs
|
||||
|
||||
Reference in New Issue
Block a user