diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index fdbebc960e7..4c0fb1ca8cd 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -520,7 +520,7 @@ video { .topic-link { color: $header_primary; - display: block; + display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;