From 99f545b6858d1e4264a0b66ed5da40adfb494d9d Mon Sep 17 00:00:00 2001 From: Chris Svenningsen Date: Thu, 27 Aug 2020 12:45:40 -0700 Subject: [PATCH] Image: Keep images from overflowing out of rounded corners Co-authored-by: Sidney Keese --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 4e6232016e7f..fde59c2ad466 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -4339,6 +4339,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05', display: inline-block; margin: 1px; vertical-align: middle; + overflow: hidden; } .module-image--with-background {