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:
parent
10878d8422
commit
8235710c41
|
@ -8612,6 +8612,7 @@ body.interim-login {
|
||||||
|
|
||||||
#dashboard_right_now td.b a.musublink {
|
#dashboard_right_now td.b a.musublink {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_right_now div.musubtable {
|
#dashboard_right_now div.musubtable {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8612,6 +8612,7 @@ body.interim-login {
|
||||||
|
|
||||||
#dashboard_right_now td.b a.musublink {
|
#dashboard_right_now td.b a.musublink {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_right_now div.musubtable {
|
#dashboard_right_now div.musubtable {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue