Ensure text in the dashboard recent comments widget wraps up properly, props SergeyBiryukov, fixes #18212

git-svn-id: http://svn.automattic.com/wordpress/trunk@18583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-08-23 04:36:21 +00:00
parent f3f79602b9
commit c8af09ed2c
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -5300,6 +5300,7 @@ div.postbox div.inside {
#dashboard_recent_comments .subsubsub {
float: none;
white-space: normal;
}
#the-comment-list {