Prevent image becoming misshapen on resize. Fixes #359. (#360)

This commit is contained in:
Jake Archibald
2018-12-04 10:55:32 +00:00
committed by GitHub
parent dc809dde30
commit 68f0f23016

View File

@@ -36,6 +36,8 @@
// We should try to remove this once the issue is fixed. // We should try to remove this once the issue is fixed.
// https://bugs.chromium.org/p/chromium/issues/detail?id=870222#c10 // https://bugs.chromium.org/p/chromium/issues/detail?id=870222#c10
will-change: auto; will-change: auto;
// Prevent the image becoming misshapen due to default flexbox layout.
flex-shrink: 0;
} }
.controls { .controls {