Media: Set a max width on select elements in the sidebar. fixes #22517, see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-20 22:51:35 +00:00
parent 0b8e9af39a
commit ae52867831

View File

@ -210,6 +210,10 @@
margin-right: 4%;
}
.media-sidebar .setting select {
max-width: 65%;
}
.media-sidebar .setting span,
.compat-item label span {
float: left;
@ -1044,8 +1048,9 @@
* Attachment Display Settings
*/
.attachment-display-settings {
overflow: hidden;
width: 100%;
float: left;
overflow: hidden;
}
.attachment-display-settings h4 {