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/shared/video | |
parent | 6d28a5056efc68da51c7ef00d563f3557a72bc49 (diff) | |
download | PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.gz PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.tar.zst PeerTube-ef80c66cea945d315336251dbb5efcb06c64189d.zip |
Refactor ellipsis CSS
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 66e59e6d3..c118fc3a1 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -44,11 +44,9 @@ | |||
44 | .video-miniature-account, | 44 | .video-miniature-account, |
45 | .video-miniature-channel { | 45 | .video-miniature-channel { |
46 | @include disable-default-a-behaviour; | 46 | @include disable-default-a-behaviour; |
47 | @include ellipsis; | ||
47 | 48 | ||
48 | display: block; | 49 | display: block; |
49 | overflow: hidden; | ||
50 | text-overflow: ellipsis; | ||
51 | white-space: nowrap; | ||
52 | font-size: 13px; | 50 | font-size: 13px; |
53 | color: $grey-foreground-color; | 51 | color: $grey-foreground-color; |
54 | 52 | ||