From 9f7e06e8557eef48a9d7f630cccb1f79caff3c53 Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Wed, 11 Oct 2017 21:13:33 +0000 Subject: [PATCH] Gallery Widget: Fix row spacing across major browsers. Props petertoi . Fixes #42188. git-svn-id: https://develop.svn.wordpress.org/trunk@41834 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/widgets.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css index a330c5a8c4..9576be2fc6 100644 --- a/src/wp-admin/css/widgets.css +++ b/src/wp-admin/css/widgets.css @@ -186,10 +186,13 @@ box-sizing: border-box; width: 50%; margin: 0; - padding: 1.79104477%; background: transparent; } +.media-widget-gallery-preview .gallery-item .gallery-icon { + margin: 4.5%; +} + /* * Use targeted nth-last-child selectors to control the size of each image * based on how many gallery items are present in the grid.