From 3ee69c211db325c45a1443811b63badfff8dec26 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:34:22 -0600 Subject: [PATCH] Bugfix: show images in quotes at right size --- stylesheets/_modules.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 0fef7f04c8..75f87afbcf 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1915,11 +1915,12 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05', } .module-quote__icon-container { - background-size: cover; background-position: center center; background-repeat: no-repeat; - flex: auto auto 54px; + background-size: cover; + flex: 0 0 54px; position: relative; + width: 54px; } .module-quote__icon-container__inner {