diff --git a/web/src/components/CourseRedactor.vue b/web/src/components/CourseRedactor.vue index abf84283..15501dad 100644 --- a/web/src/components/CourseRedactor.vue +++ b/web/src/components/CourseRedactor.vue @@ -21,7 +21,7 @@
-
{{titles.courseTitle}}
@@ -1187,5 +1187,10 @@ .course-redactor__preview-button { transition: backgroundColor 0.5s ease-in-out; } + + .field_text { + height: 270px; + overflow: scroll; + }