diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-20 15:52:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-20 15:52:03 +0100 |
commit | ef80c66cea945d315336251dbb5efcb06c64189d (patch) | |
tree | 1f40fb3c95bc285c749e035832af2bfb81decd34 /client/src/app/search | |
parent | 6d28a5056efc68da51c7ef00d563f3557a72bc49 (diff) | |
download | PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.gz PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.zst PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.zip |
Refactor ellipsis CSS
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 | ||