diff options
Diffstat (limited to 'client/src/app/search')
-rw-r--r-- | client/src/app/search/search.component.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index 6de13d276..e0509ee15 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss | |||
@@ -80,12 +80,10 @@ | |||
80 | 80 | ||
81 | .video-info-account { | 81 | .video-info-account { |
82 | @include disable-default-a-behaviour; | 82 | @include disable-default-a-behaviour; |
83 | @include ellipsis; | ||
83 | 84 | ||
84 | display: block; | 85 | display: block; |
85 | width: fit-content; | 86 | width: fit-content; |
86 | overflow: hidden; | ||
87 | text-overflow: ellipsis; | ||
88 | white-space: nowrap; | ||
89 | font-size: 14px; | 87 | font-size: 14px; |
90 | color: $grey-foreground-color; | 88 | color: $grey-foreground-color; |
91 | 89 | ||