From 1b93b11f2c28109a4dcf231073520963dad22d58 Mon Sep 17 00:00:00 2001 From: Znote Date: Sat, 4 Feb 2017 15:36:07 +0100 Subject: [PATCH] Forum: Break word in thread title. --- layout/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layout/css/style.css b/layout/css/style.css index 6632ca9..ffe5d60 100644 --- a/layout/css/style.css +++ b/layout/css/style.css @@ -633,6 +633,10 @@ hr { word-break: break-all; } +#ThreadTitle { + word-wrap: break-word; +} + /* ///////////\/\\\\\\\\\\\ // Znote YOUTUBE BB \\ ///////////\/\\\\\\\\\\\ */