From c29caf8a581d7882f3e16d1c61b575076df4ea19 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 17 May 2019 19:31:13 -0400 Subject: [PATCH] better link card display --- .../components/stream/status/card/card.component.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/components/stream/status/card/card.component.scss b/src/app/components/stream/status/card/card.component.scss index 15e89c6c..8f6a99b9 100644 --- a/src/app/components/stream/status/card/card.component.scss +++ b/src/app/components/stream/status/card/card.component.scss @@ -17,7 +17,7 @@ display: block; text-decoration: none; color: whitesmoke; - + &--image { width: 55px; height: 55px; @@ -35,8 +35,13 @@ } &--title { - margin: 7px 0 0 0px; + margin: 7px 0 0 0; + padding-right: 5px; font-size: 1em; + + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } &--host {