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 = { ...@@ -155,8 +155,6 @@ ClassicEditor.defaultConfig = {
'codeBlock', 'codeBlock',
'math', 'math',
'studip-wiki', 'studip-wiki',
'|',
'sourceEditing',
'-', '-',
'heading', 'heading',
'|', '|',
...@@ -184,6 +182,8 @@ ClassicEditor.defaultConfig = { ...@@ -184,6 +182,8 @@ ClassicEditor.defaultConfig = {
'indent', 'indent',
'|', '|',
'open-a11y-dialog', 'open-a11y-dialog',
'|',
'sourceEditing',
], ],
shouldNotGroupWhenFull: true, shouldNotGroupWhenFull: true,
}, },
......
...@@ -383,3 +383,8 @@ form.default .ck-source-editing-area textarea { ...@@ -383,3 +383,8 @@ form.default .ck-source-editing-area textarea {
#forum .ck form { #forum .ck form {
display: inherit; 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.
Finish editing this message first!
Please register or to comment