mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 06:10:09 +00:00
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:
@@ -234,6 +234,10 @@
|
||||
margin: 1px 0;
|
||||
}
|
||||
|
||||
.media-sidebar .setting label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.media-sidebar .setting span {
|
||||
min-width: 30%;
|
||||
margin-right: 4%;
|
||||
|
||||
Reference in New Issue
Block a user