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 {