From 68f0f23016a2963fb792b27df48468cb7588a5c5 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Tue, 4 Dec 2018 10:55:32 +0000 Subject: [PATCH] Prevent image becoming misshapen on resize. Fixes #359. (#360) --- src/components/Output/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Output/style.scss b/src/components/Output/style.scss index 01ae940b..ce1b68fc 100644 --- a/src/components/Output/style.scss +++ b/src/components/Output/style.scss @@ -36,6 +36,8 @@ // We should try to remove this once the issue is fixed. // https://bugs.chromium.org/p/chromium/issues/detail?id=870222#c10 will-change: auto; + // Prevent the image becoming misshapen due to default flexbox layout. + flex-shrink: 0; } .controls {