Skip to content

Commit 46f0a72

Browse files
authored
Merge pull request mac-s-g#218 from gfortaine/default-style
set default style with min-height & word-bread
2 parents 8a295cf + d49c9ba commit 46f0a72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/style/scss/global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
.react-json-view {
2+
min-height: 96px;
3+
word-break: break-all;
4+
-ms-word-break: break-all;
5+
26
.copy-to-clipboard-container {
37
vertical-align: top;
48
display: none;

0 commit comments

Comments
 (0)