diff options
author | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-25 16:07:39 +0200 |
---|---|---|
committer | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-25 16:07:39 +0200 |
commit | d5022312441416263d0b8eafe704bbbd5e30395c (patch) | |
tree | 4e3c97e60a1236e2bfdf3f445969db2730650e62 /client | |
parent | 5b107cd341936f30ec1246ed2fb20b3aed04703d (diff) | |
download | PeerTube-d5022312441416263d0b8eafe704bbbd5e30395c.tar.gz PeerTube-d5022312441416263d0b8eafe704bbbd5e30395c.tar.zst PeerTube-d5022312441416263d0b8eafe704bbbd5e30395c.zip |
Fix #408
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index f0888ad9f..ece090828 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -39,6 +39,10 @@ | |||
39 | } | 39 | } |
40 | 40 | ||
41 | .video-miniature-account { | 41 | .video-miniature-account { |
42 | display: block; | ||
43 | overflow: hidden; | ||
44 | text-overflow: ellipsis; | ||
45 | white-space: nowrap; | ||
42 | font-size: 13px; | 46 | font-size: 13px; |
43 | color: #585858; | 47 | color: #585858; |
44 | } | 48 | } |