diff options
| author | Mark Otto <[email protected]> | 2014-01-29 21:34:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-29 21:34:10 -0800 |
| commit | d631e0b92d6ff7c6737bcedb38acc58446b3e7cc (patch) | |
| tree | 120331c404af21d0f565a3a5fe3488be60056c93 /less | |
| parent | 545c957f1741e1a6d6916dcbf08d15f6318d5575 (diff) | |
| download | bootstrap-d631e0b92d6ff7c6737bcedb38acc58446b3e7cc.tar.xz bootstrap-d631e0b92d6ff7c6737bcedb38acc58446b3e7cc.zip | |
Fix #12422: Reset height on multiple select in input size mixin
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 85a41ef50..ae746d83a 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -919,7 +919,8 @@ line-height: @input-height; } - textarea& { + textarea&, + select[multiple]& { height: auto; } } |
