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:
parent
f3f79602b9
commit
c8af09ed2c
File diff suppressed because one or more lines are too long
|
@ -5300,6 +5300,7 @@ div.postbox div.inside {
|
|||
|
||||
#dashboard_recent_comments .subsubsub {
|
||||
float: none;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#the-comment-list {
|
||||
|
|
Loading…
Reference in New Issue