long text overflow fix

remotes/origin/hasaccess
nikita 8 years ago
parent de8f6c9838
commit 64cd4fa448
  1. 7
      web/src/components/CourseRedactor.vue

@ -21,7 +21,7 @@
</div>
</div>
<div class="info__title">
<div class="info__field field field_info"
<div class="info__field field field_info field_text"
v-bind:class="{ error: ($v.course.title.$dirty || showErrors) && $v.course.title.$invalid }">
<div class="field__label">{{titles.courseTitle}}</div>
<div class="field__wrap">
@ -1187,5 +1187,10 @@
.course-redactor__preview-button {
transition: backgroundColor 0.5s ease-in-out;
}
.field_text {
height: 270px;
overflow: scroll;
}
</style>

Loading…
Cancel
Save