diff --git a/frontend/src/pages/CreateLesson.vue b/frontend/src/pages/CreateLesson.vue index f5c9d12c..7e7a47e3 100644 --- a/frontend/src/pages/CreateLesson.vue +++ b/frontend/src/pages/CreateLesson.vue @@ -443,11 +443,11 @@ updateDocumentTitle(pageMeta) display: none; } -.ce-toolbar__actions { - right: 108% !important; +.ce-block__content { + max-width: none; } -.ce-block__content { +.ce-toolbar__content { max-width: none; }