Skip to content
Snippets Groups Projects
Commit b9e3a258 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

adjust cursor to text for ckeditor, fixes #1528

Closes #1528

Merge request studip/studip!1562
parent d532c340
No related branches found
No related tags found
No related merge requests found
...@@ -372,6 +372,7 @@ $editor-min-height: 8em; ...@@ -372,6 +372,7 @@ $editor-min-height: 8em;
min-height: calc($editor-min-height + 2px); min-height: calc($editor-min-height + 2px);
} }
.ck-editor__editable_inline { .ck-editor__editable_inline {
cursor: text;
min-height: $editor-min-height; min-height: $editor-min-height;
} }
......
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