From d49c9ba26c3ae6c9067a94842eed6a9b1111c843 Mon Sep 17 00:00:00 2001 From: Guillaume FORTAINE Date: Tue, 4 Sep 2018 09:49:16 +0200 Subject: [PATCH] set default style with min-height & word-bread --- src/style/scss/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/scss/global.scss b/src/style/scss/global.scss index 8f65e092..a7a2d2d5 100644 --- a/src/style/scss/global.scss +++ b/src/style/scss/global.scss @@ -1,4 +1,8 @@ .react-json-view { + min-height: 96px; + word-break: break-all; + -ms-word-break: break-all; + .copy-to-clipboard-container { vertical-align: top; display: none;