mirror of
https://github.com/maputnik/editor.git
synced 2026-07-13 17:37:41 +00:00
Fix to prevent contents of react-codemirror being hidden
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
.react-codemirror2 {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
@@ -38,6 +38,7 @@ $toolbar-offset: 0;
|
|||||||
@import 'popup';
|
@import 'popup';
|
||||||
@import 'map';
|
@import 'map';
|
||||||
@import 'react-collapse';
|
@import 'react-collapse';
|
||||||
|
@import 'react-codemirror';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hacks for webdriverio isVisibleWithinViewport
|
* Hacks for webdriverio isVisibleWithinViewport
|
||||||
|
|||||||
Reference in New Issue
Block a user