mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
allow select with size attr to not have fixed height
This commit is contained in:
+2
-1
@@ -100,7 +100,8 @@ select {
|
||||
}
|
||||
|
||||
// Make multiple select elements height not fixed
|
||||
select[multiple] {
|
||||
select[multiple],
|
||||
select[size] {
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user