Skip to content
Snippets Groups Projects
Commit 6d3c53f2 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

Probleme mit CKE5 in Dialogen

Closes #1902 and #1682

Merge request studip/studip!1568
parent 4ccf43cd
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.
Please register or to comment