Skip to content
Snippets Groups Projects
Commit e597318d authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

Probleme mit CKE5 in Dialogen

Closes #1902 and #1682

Merge request studip/studip!1568
parent bdd55511
No related branches found
No related tags found
No related merge requests found
......@@ -397,3 +397,12 @@ form.default .ck-source-editing-area textarea {
.ck.ck-toolbar > .ck-toolbar__items {
max-width: calc(100% - 20px);
}
.studip-dialog {
.ck-editor {
overflow: hidden;
.ck.ck-editor__main > .ck-editor__editable {
height: 200px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment