Compat v14 : fix chat input

This commit is contained in:
Vlyan
2026-04-06 16:39:28 +02:00
parent 79b3290002
commit 55f6dfaee7
2 changed files with 2 additions and 2 deletions

View File

@@ -187,13 +187,13 @@ fieldset {
}
.editor {
height: 100%;
flex: 1;
}
}
// Editors
.editor,
.editor-container {
flex: 1;
height: 100%;
}