From 384bb10f0d256fa4d006267140653fdc31e6979f Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Tue, 2 Nov 2021 11:10:31 +0200 Subject: [PATCH] fix: thread title wrap --- static/styles/thread.css | 6 +++++- templates/thread.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/styles/thread.css b/static/styles/thread.css index 60e698a..efa1902 100644 --- a/static/styles/thread.css +++ b/static/styles/thread.css @@ -3,4 +3,8 @@ } .thread-title-link:hover { text-decoration: underline; -} \ No newline at end of file +} + +.thread-title { + overflow-wrap: break-word; +} diff --git a/templates/thread.html b/templates/thread.html index 7822cf4..f463c2d 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -11,7 +11,7 @@ -

+

⤶ {{ if ne $FirstPost.Title "" }} {{$FirstPost.Title}}