feat: fix codemirror width

This commit is contained in:
liyasthomas
2022-02-09 15:36:00 +05:30
parent 846ae087ae
commit 0895d65188
11 changed files with 13 additions and 117 deletions

View File

@@ -33,6 +33,7 @@ export const baseTheme = EditorView.theme({
fontSize: "var(--font-size-body)",
height: "100%",
width: "100%",
flex: "1",
},
".cm-content": {
caretColor: "var(--secondary-light-color)",