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:
Sergey Biryukov 2014-02-25 01:22:14 +00:00
parent 19be701a86
commit 6f8cfb1c00
4 changed files with 10 additions and 2 deletions

View File

@ -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;

View File

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long