diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 2 | ||||
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.scss | 14 |
2 files changed, 2 insertions, 14 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html index d59394538..9a0e4f848 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html | |||
@@ -232,7 +232,7 @@ | |||
232 | <label i18n for="support">Support</label> | 232 | <label i18n for="support">Support</label> |
233 | <my-help helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support you (membership platform...)."></my-help> | 233 | <my-help helpType="markdownEnhanced" i18n-preHtml preHtml="Short text to tell people how they can support you (membership platform...)."></my-help> |
234 | <my-markdown-textarea | 234 | <my-markdown-textarea |
235 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" | 235 | id="support" formControlName="support" markdownType="enhanced" |
236 | [classes]="{ 'input-error': formErrors['support'] }" | 236 | [classes]="{ 'input-error': formErrors['support'] }" |
237 | ></my-markdown-textarea> | 237 | ></my-markdown-textarea> |
238 | <div *ngIf="formErrors.support" class="form-error"> | 238 | <div *ngIf="formErrors.support" class="form-error"> |
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index de800b03f..2f9067132 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss | |||
@@ -161,18 +161,6 @@ p-calendar { | |||
161 | } | 161 | } |
162 | } | 162 | } |
163 | 163 | ||
164 | ::ng-deep my-markdown-textarea { | ||
165 | .root { | ||
166 | @include media-breakpoint-down(xl) { | ||
167 | flex-direction: column !important; | ||
168 | } | ||
169 | |||
170 | textarea { | ||
171 | max-width: 100%; | ||
172 | } | ||
173 | } | ||
174 | } | ||
175 | |||
176 | @include ng2-tags; | 164 | @include ng2-tags; |
177 | 165 | ||
178 | // columns for the video | 166 | // columns for the video |
@@ -200,7 +188,7 @@ p-calendar { | |||
200 | .col-video-edit { | 188 | .col-video-edit { |
201 | @include media-breakpoint-up(md) { | 189 | @include media-breakpoint-up(md) { |
202 | @include make-col(8); | 190 | @include make-col(8); |
203 | 191 | ||
204 | & + .col-video-edit { | 192 | & + .col-video-edit { |
205 | @include make-col(4); | 193 | @include make-col(4); |
206 | } | 194 | } |