From c81cd1941a9f8271bae116c546a995148f4f4aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Dec 2020 19:01:36 -0500 Subject: Fix permalink style Fixed the link box overflow --- youtube/static/comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube') diff --git a/youtube/static/comments.css b/youtube/static/comments.css index 080810e..3d8ff25 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -213,7 +213,7 @@ label[for=options-toggle-cbox] { grid-template-rows: repeat(4, auto); grid-column-gap: 0.4rem; grid-template-areas: - "author-avatar author-name permalink permalink" + "author-avatar author-name permalink ." "author-avatar comment-text comment-text comment-text" ". comment-likes comment-likes comment-likes" ". button-row button-row button-row"; -- cgit v1.2.3