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
This commit is contained in:
Helen Hou-Sandi 2016-11-22 15:50:25 +00:00
parent e174fdf21b
commit bf4dd6a8cb

View File

@ -2935,6 +2935,7 @@ object {
box-shadow: none;
background: none;
display: inline-block;
width: 100%;
}
.gallery-item a img {