From 7aa76b73902381a911a6ed15c3891910baa30f42 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Mon, 9 Dec 2013 19:15:24 +0000 Subject: [PATCH] Increase the height of the Add Photos box in Press This to prevent unnecessary scrolling. Fixes #26506, props SergeyBiryukov. git-svn-id: https://develop.svn.wordpress.org/trunk@26835 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 2406addb0d..3f014fef03 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -10499,7 +10499,7 @@ h3.tb { #extra-fields .titlewrap { padding: 0; overflow: auto; - height: 100px; + height: 120px; } #img_container a {