From 74af5145f210e7e23d40b22c9ee3d968723d2595 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 May 2018 18:32:53 +0200 Subject: Video support field inherits channel support field --- client/src/app/shared/forms/markdown-textarea.component.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/forms') diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 9c92a67d9..118b38b91 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss @@ -13,6 +13,7 @@ .previews { max-height: 150px; overflow-y: auto; + flex-grow: 1; } /deep/ { -- cgit v1.2.3