aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss')
-rw-r--r--client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss5
1 files changed, 5 insertions, 0 deletions
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 {
42 display: block; 42 display: block;
43} 43}
44 44
45my-markdown-textarea {
46 display: block;
47 max-width: 500px;
48}
49
45.peertube-select-container { 50.peertube-select-container {
46 @include peertube-select-container(340px); 51 @include peertube-select-container(340px);
47} 52}