feat(FN-4411): complete Step 3 — replace textarea with CodeMirror
Fusion-Task-Id: FN-4411 Fusion-Task-Lineage: d90785f2-b828-4fa0-b330-ede7f3c14349
This commit is contained in:
@@ -669,10 +669,21 @@
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.file-editor-container .cm-editor {
|
||||
.file-editor-codemirror {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.file-editor-codemirror .cm-editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.file-editor-codemirror .cm-scroller {
|
||||
font-family: var(--font-mono);
|
||||
font-size: calc(var(--space-md) + var(--space-xs) * 0.5);
|
||||
}
|
||||
|
||||
/* File Editor Toolbar */
|
||||
.file-editor-toolbar {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user