Fix to prevent contents of react-codemirror being hidden

This commit is contained in:
orangemug 2018-07-18 08:07:35 +01:00
parent 530bfaf3b3
commit 45f45b7547
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