aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <chocobozzz@framasoft.org>2018-03-26 09:16:35 +0200
committerChocobozzz <chocobozzz@framasoft.org>2018-03-26 09:16:35 +0200
commit2a97572f072233410985da938b0821e1c537ac46 (patch)
tree4e3c97e60a1236e2bfdf3f445969db2730650e62 /client/src/app/shared
parent5c5638a062d90a0f0cd5f6e8ccb3589099668e79 (diff)
parentd5022312441416263d0b8eafe704bbbd5e30395c (diff)
downloadPeerTube-2a97572f072233410985da938b0821e1c537ac46.tar.gz
PeerTube-2a97572f072233410985da938b0821e1c537ac46.tar.zst
PeerTube-2a97572f072233410985da938b0821e1c537ac46.zip
Fix break-word and add margin between content and other videos.
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/video/video-miniature.component.scss4
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 }