Skip to content
Snippets Groups Projects
Commit ea5f1937 authored by Ron Lucke's avatar Ron Lucke
Browse files

Biest 1539

Closes #1539

Merge request studip/studip!955
parent ec684bbd
No related branches found
No related tags found
No related merge requests found
......@@ -155,8 +155,6 @@ ClassicEditor.defaultConfig = {
'codeBlock',
'math',
'studip-wiki',
'|',
'sourceEditing',
'-',
'heading',
'|',
......@@ -184,6 +182,8 @@ ClassicEditor.defaultConfig = {
'indent',
'|',
'open-a11y-dialog',
'|',
'sourceEditing',
],
shouldNotGroupWhenFull: true,
},
......
......@@ -383,3 +383,8 @@ form.default .ck-source-editing-area textarea {
#forum .ck form {
display: inherit;
}
/* toolbar fix for dialogs */
.ck.ck-toolbar > .ck-toolbar__items {
max-width: calc(100% - 20px);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment