Merge pull request #349 from orangemug/fix/react-codemirror-overflow

Fix to prevent contents of react-codemirror being hidden
This commit is contained in:
Orange Mug 2018-07-18 19:16:14 +01:00 committed by GitHub
commit 5a19245ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

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

View file

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