Customizer: Add height: auto; for select[multiple].

fixes #27662.
Built from https://develop.svn.wordpress.org/trunk@27954


git-svn-id: http://core.svn.wordpress.org/trunk@27784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-04-05 13:12:15 +00:00
parent e85c40a3f7
commit 5803c6bc2f
4 changed files with 10 additions and 2 deletions

View File

@ -170,6 +170,10 @@ body {
line-height: 28px;
}
.customize-control select[multiple] {
height: auto;
}
.customize-control-title {
display: block;
font-size: 14px;

File diff suppressed because one or more lines are too long

View File

@ -170,6 +170,10 @@ body {
line-height: 28px;
}
.customize-control select[multiple] {
height: auto;
}
.customize-control-title {
display: block;
font-size: 14px;

File diff suppressed because one or more lines are too long