Correctly wrap the text in long input labels in the media manager.
Fixes #23003 Props ramiabraham Built from https://develop.svn.wordpress.org/trunk@30359 git-svn-id: http://core.svn.wordpress.org/trunk@30358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
96e57d411b
commit
81858cdd99
|
@ -323,6 +323,11 @@
|
|||
margin-left: 4%;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.media-sidebar .setting .name {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.media-sidebar .setting select,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -323,6 +323,11 @@
|
|||
margin-right: 4%;
|
||||
font-size: 12px;
|
||||
text-align: right;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.media-sidebar .setting .name {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.media-sidebar .setting select,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue