fix(ui/code-editor): stretch code editor content full height [EE-5202] (#8673)

This commit is contained in:
Chaim Lev-Ari
2023-03-30 12:26:32 +03:00
committed by GitHub
parent 7f805ac5be
commit d64e7eacfc
20 changed files with 60 additions and 57 deletions
@@ -70,3 +70,7 @@
background-color: var(--bg-inputbox);
color: var(--text-form-control-color);
}
.root :global(.cm-content[contenteditable='true']) {
@apply h-full;
}