From 0f41c54406fb1f9ec57733f5af652f205c7b4a06 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 25 Nov 2022 15:58:35 +0700 Subject: [PATCH] fix linebreak for comments header --- tubearchivist/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index e69d7bc..1e4763b 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -841,6 +841,10 @@ video:-webkit-full-screen { overflow: hidden; } +.comment-box h3 { + line-break: anywhere; +} + .comments-replies { display: none; padding-left: 1rem;