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 {