Media: Sidebar labels should be display block. Prevents wonkiness like inputs disappearing because Chrome no like you. props helenyhou. fixes #22721.

git-svn-id: https://develop.svn.wordpress.org/trunk@23063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-12-05 04:06:45 +00:00
parent f0a90a66cb
commit 548e695750
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@
margin: 1px 0;
}
.media-sidebar .setting label {
display: block;
}
.media-sidebar .setting span {
min-width: 30%;
margin-right: 4%;