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%;
}