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:
parent
e85c40a3f7
commit
5803c6bc2f
|
@ -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
|
@ -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
Loading…
Reference in New Issue