fix(ui/code-editor): stretch code editor content full height [EE-5202] (#8673)
This commit is contained in:
@@ -70,3 +70,7 @@
|
||||
background-color: var(--bg-inputbox);
|
||||
color: var(--text-form-control-color);
|
||||
}
|
||||
|
||||
.root :global(.cm-content[contenteditable='true']) {
|
||||
@apply h-full;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user