Prevent large images in comments from overflowing the meta box.
props mattheu. fixes #26643. Built from https://develop.svn.wordpress.org/trunk@27252 git-svn-id: http://core.svn.wordpress.org/trunk@27109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -111,6 +111,10 @@ h3.dashboard-widget-title small a:hover {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Welcome Panel */
|
||||
.welcome-panel {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user