Correctly wrap the text in long input labels in the media manager.

Fixes #23003
Props ramiabraham


git-svn-id: https://develop.svn.wordpress.org/trunk@30359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2014-11-16 19:00:04 +00:00
parent b5c2b8f9b2
commit 6efcf3e759

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,