From 4e6276c49398d5f1cf9901e5f1bea7b50509b2d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 5 Apr 2021 11:43:49 +0200 Subject: Fix account empty description display --- client/src/app/+video-channels/video-channels.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+video-channels/video-channels.component.scss') diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index 2ffd70c89..12f5b9f3e 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -132,7 +132,7 @@ } .owner-description { - height: 140px; + max-height: 140px; word-break: break-word; @include fade-text(120px, pvar(--mainBackgroundColor)); -- cgit v1.2.3