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