From e0433a5f8f9346080b24d73d17c9f8fcb660a5d1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 May 2020 11:58:03 +0200 Subject: Fix dropdown menu overflow --- .../app/videos/+video-watch/comment/video-comments.component.html | 8 ++++---- .../app/videos/+video-watch/comment/video-comments.component.scss | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index a21042f09..affbd4793 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -12,10 +12,10 @@
- -
+
@@ -72,7 +72,7 @@ >
- + @@ -83,7 +83,7 @@ View {{ comment.totalReplies }} replies - +
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss index 5ed1ac629..df42fae73 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss @@ -21,7 +21,7 @@ .title-page { margin-right: 0; } - + my-feed { display: inline-block; margin-left: 5px; @@ -33,7 +33,7 @@ } } -#dropdownSortComments { +#dropdown-sort-comments { font-weight: 600; text-transform: uppercase; border: none; -- cgit v1.2.3