diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.css b/src/renderer/components/watch-video-comments/watch-video-comments.css index 73ce59bd..bf6f637f 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -42,6 +42,8 @@ font-size: 14px; margin-left: 68px; margin-top: 0px; + overflow: hidden; + text-overflow: ellipsis; } @@ -54,6 +56,7 @@ font-size: 14px; margin-top: -10px; margin-left: 70px; + word-wrap: break-word; } .commentDate {