In multisite, set storage space labels to nowrap to prevent unnecessary line breaks. Fixes #25919, props SergeyBiryukov.

Built from https://develop.svn.wordpress.org/trunk@26178


git-svn-id: http://core.svn.wordpress.org/trunk@26087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-14 22:48:10 +00:00
parent 10878d8422
commit 8235710c41
4 changed files with 4 additions and 2 deletions

View File

@ -8612,6 +8612,7 @@ body.interim-login {
#dashboard_right_now td.b a.musublink {
font-size: 16px;
white-space: nowrap;
}
#dashboard_right_now div.musubtable {

File diff suppressed because one or more lines are too long

View File

@ -8612,6 +8612,7 @@ body.interim-login {
#dashboard_right_now td.b a.musublink {
font-size: 16px;
white-space: nowrap;
}
#dashboard_right_now div.musubtable {

File diff suppressed because one or more lines are too long