Skip to content
Snippets Groups Projects
Commit 5ef8618e authored by Ron Lucke's avatar Ron Lucke Committed by Marcus Eibrink-Lunzenauer
Browse files

fix #1511

Closes #1511

Merge request studip/studip!954
parent 90fbf15a
No related branches found
No related tags found
No related merge requests found
......@@ -364,14 +364,16 @@ a.ck.ck-button.ck-button_with-text.ck-dropdown__button:not(.ck-disabled):hover {
.ck-source-editing-area,
.ck-editor__editable_inline {
min-height: 8em;
max-height: 12em;
}
form.default label:not(.undecorated):not(.ck-voice-label) .ck-source-editing-area textarea {
max-width: unset;
margin-top: 0;
}
form.default .ck-source-editing-area textarea {
max-width: unset;
}
/* forum fixes */
#forum .ck-source-editing-area textarea {
height: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment