From f4dacfe46914dce7a9e1940b2bba2fc9103fc143 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 23 Sep 2015 13:31:59 -0400 Subject: [PATCH] Issue #2468445 by RobLoach, Andrew_Mallis: Panopoly image media thumbnails missing some styling --- panopoly-images.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panopoly-images.css b/panopoly-images.css index 239f0b7..c5a2556 100644 --- a/panopoly-images.css +++ b/panopoly-images.css @@ -95,6 +95,9 @@ img.panopoly-image-square { .media-thumbnail { width: 80px; height: 80px; + max-width: 100%; + width: 100%; + float: none; } .media-thumbnail img.panopoly-image-thumbnail{ margin-left: auto;