From 9bc3622320dc43474ce4b60c222ec25e6e657b97 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Jun 2022 15:56:16 +0200 Subject: Handle input error in markdown textarea --- .../app/+manage/video-channel-edit/video-channel-edit.component.html | 2 +- .../app/+manage/video-channel-edit/video-channel-edit.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'client/src/app/+manage') diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html index 420881f5a..b557fb011 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html @@ -68,7 +68,7 @@ > diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss index 008397a7a..cde848da6 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss @@ -42,6 +42,11 @@ textarea { display: block; } +my-markdown-textarea { + display: block; + max-width: 500px; +} + .peertube-select-container { @include peertube-select-container(340px); } -- cgit v1.2.3