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

git-svn-id: https://develop.svn.wordpress.org/trunk@22733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-20 22:51:35 +00:00
parent 0857770a56
commit a0dca55d03
1 changed files with 6 additions and 1 deletions

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 {