Allow the text labels in the multisite elements of the Right Now dashboard widget. Fixes display with narrow columns due to screen options or browser window width. props ocean90.

git-svn-id: https://develop.svn.wordpress.org/trunk@15048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-28 22:40:56 +00:00
parent 52ec03b947
commit 1614d124ba
3 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,10 @@
border-top: none;
}
#dashboard_right_now div.musubtable .t {
white-space: normal;
}
/* No drag and drop on ms-sites.php */
.ms-sites-php .postbox h3 {
cursor: auto;