From be49eb98e2e3d801b1e1e2f696a951d414488f71 Mon Sep 17 00:00:00 2001 From: Znote Date: Sun, 29 Jan 2017 12:59:16 +0100 Subject: [PATCH] Forum text out of bounds Fix #272 --- layout/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layout/css/style.css b/layout/css/style.css index 49bdc87..bc8bcac 100644 --- a/layout/css/style.css +++ b/layout/css/style.css @@ -629,6 +629,10 @@ hr { border: 1px solid black; } +.ThreadTable td { + word-break: break-all; +} + /* ///////////\/\\\\\\\\\\\ // Znote YOUTUBE BB \\ ///////////\/\\\\\\\\\\\ */ @@ -649,4 +653,4 @@ div.aspectratio > iframe { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; -} +} \ No newline at end of file