From 48bed223064d3b95626162a43120a79db79a26a9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Feb 2014 01:21:05 +0000 Subject: [PATCH] Prevent large images in comments from overflowing the meta box. props mattheu. fixes #26643. git-svn-id: https://develop.svn.wordpress.org/trunk@27252 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 238bb7bf9a..bc47be849d 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -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;