From a84792c13993f374c403e2cc847cea2807e66cb4 Mon Sep 17 00:00:00 2001 From: Priyajeet Hora Date: Thu, 20 Jul 2017 16:46:36 -0700 Subject: [PATCH] Fix: Give preview some min width and height So that it by default doesn't render all squishy that the user considers it to be a bug. Some dimensions will at least show some preview. --- src/lib/_common.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/_common.scss b/src/lib/_common.scss index 7693e9b13..33946fe53 100644 --- a/src/lib/_common.scss +++ b/src/lib/_common.scss @@ -20,6 +20,8 @@ $header-height: 48px; font-size: 13px; height: 100%; margin: 0; + min-height: 300px; + min-width: 300px; overflow: hidden; padding: 0; position: relative;