Media: Sidebar labels should be display block. Prevents wonkiness like inputs disappearing because Chrome no like you. props helenyhou. fixes #22721.
git-svn-id: http://core.svn.wordpress.org/trunk@23063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8e25c09bc
commit
4676fb1eda
|
@ -234,6 +234,10 @@
|
|||
margin: 1px 0;
|
||||
}
|
||||
|
||||
.media-sidebar .setting label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media-sidebar .setting span {
|
||||
min-width: 30%;
|
||||
margin-right: 4%;
|
||||
|
|
Loading…
Reference in New Issue