monaco editor 사용 변경

This commit is contained in:
현성필
2024-01-17 18:10:23 +09:00
parent 0da036798e
commit 9d2b8c3901
3 changed files with 10 additions and 21 deletions
-4
View File
@@ -1938,10 +1938,6 @@ footer div.foot_info span {
overflow: hidden;
}
.form-floating {
flex-grow: 0; /* This ensures that these elements do not grow and only take as much space as they need */
}
.form-floating.editableInput {
flex-grow: 1; /* This allows the editableInput to grow and take up remaining space */
display: flex; /* This will align the contenteditable div and the hidden input inside it */