From 7ab0024617eb4669c01c44aff14431c36082dc74 Mon Sep 17 00:00:00 2001 From: meriadec Date: Thu, 11 Jan 2018 14:59:55 +0100 Subject: [PATCH] Prevent shrink globally --- src/styles/global.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/global.js b/src/styles/global.js index fba9bcf4..e2315e5d 100644 --- a/src/styles/global.js +++ b/src/styles/global.js @@ -13,6 +13,9 @@ injectGlobal` user-select: none; cursor: inherit; min-width: 0; + + // it will surely make problem in the future... to be inspected. + flex-shrink: 0; } body {