From bf4dd6a8cb9819ddaf88e54c175198ec57f4193b Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 22 Nov 2016 15:50:25 +0000 Subject: [PATCH] Twenty Seventeen: Ensure galleries display correctly in IE11. It appears IE11 needs an explicit width for an `inline-block` parent element. props derrickkoo, afercia. fixes #38872. git-svn-id: https://develop.svn.wordpress.org/trunk@39339 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 70913119b8..0acf9c6fb2 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -2935,6 +2935,7 @@ object { box-shadow: none; background: none; display: inline-block; + width: 100%; } .gallery-item a img {