From fcd8d3e0302cb1e061e6868f3180f0d66e149d18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 5 Apr 2021 11:24:01 +0200 Subject: Fix actor overflows --- client/src/app/+video-channels/video-channels.component.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/src/app') diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index ce33e7be6..2ffd70c89 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -19,6 +19,16 @@ @include grid-videos-miniature-margins; } +.actor-info { + min-width: 1px; + width: 100%; + + > h4, + > .actor-handle { + @include ellipsis; + } +} + .channel-info { @include grid-videos-miniature-margins(false, 15px); -- cgit v1.2.3