Added max-width to allow overfow scroll on JSONEditor

This commit is contained in:
orangemug
2019-10-16 06:46:30 +01:00
parent 563a78ed42
commit 22b6a4a2bf
4 changed files with 8 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
.codemirror-container {
max-width: 100%;
}

View File

@@ -1,3 +0,0 @@
.react-codemirror2 {
max-width: 100%;
}

View File

@@ -38,7 +38,7 @@ $toolbar-offset: 0;
@import 'popup';
@import 'map';
@import 'react-collapse';
@import 'react-codemirror';
@import 'codemirror';
/**
* Hacks for webdriverio isVisibleWithinViewport