Skip to content

Commit 5a19245

Browse files
authored
Merge pull request #349 from orangemug/fix/react-codemirror-overflow
Fix to prevent contents of react-codemirror being hidden
2 parents 530bfaf + 45f45b7 commit 5a19245

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/styles/_react-codemirror.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.react-codemirror2 {
2+
max-width: 100%;
3+
}

src/styles/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $toolbar-offset: 0;
3838
@import 'popup';
3939
@import 'map';
4040
@import 'react-collapse';
41+
@import 'react-codemirror';
4142

4243
/**
4344
* Hacks for webdriverio isVisibleWithinViewport

0 commit comments

Comments
 (0)