From f9fac9541206f97146b1e89fde2c35816c25f8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81gory=20Le=20Garec?= Date: Thu, 27 Sep 2018 16:52:27 +0200 Subject: [PATCH] =?UTF-8?q?feat(AppIcon):=20Prevent=20flex=20side=20effect?= =?UTF-8?q?s=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react/AppIcon/styles.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/react/AppIcon/styles.styl b/react/AppIcon/styles.styl index 107c93d204..fe9536f976 100644 --- a/react/AppIcon/styles.styl +++ b/react/AppIcon/styles.styl @@ -26,6 +26,9 @@ .c-app-icon svg { height 100% width 100% + // Prevent flex-grow and flex-shrink + flex-grow 0 + flex-shrink 0 } .c-app-icon-default {