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:
John Blackbourn 2014-11-16 19:01:22 +00:00
parent 96e57d411b
commit 81858cdd99
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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