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:
@@ -15,3 +15,7 @@
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.ck-editor__editable {
|
||||
height: 400px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user