Reinstate setTimeout function in CKEditor to ensure proper handling of instances where a specific height value is assigned to the editable element

This commit is contained in:
2024-05-22 14:22:16 +02:00
parent afd9709ef5
commit 06513cab05
2 changed files with 17 additions and 6 deletions

View File

@@ -15,3 +15,7 @@
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
line-height: 20px;
}
.ck-editor__editable {
height: 400px;
}