From e5285ef380ab4cdcbc09f1909a6b874ebdb3d75c Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 11 Oct 2012 00:55:38 +0000 Subject: [PATCH] Media Modal: Reduce height on the attachment captions from three lines to two. see #21390, #21807. git-svn-id: http://core.svn.wordpress.org/trunk@22178 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/media-views.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index 90f78877e4..9836b90727 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -390,7 +390,7 @@ position: relative; display: block; width: 100%; - height: 66px; + height: 50px; margin: -1px 0 0; padding: 8px; font-size: 12px;