From 006b8eacd5a1867d4ac94a41d43bec091d9b31c1 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 3 Feb 2014 01:30:35 +0100 Subject: [PATCH] Avoid overflowing comments. --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index df2e3b152..adfb4bd17 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -562,6 +562,7 @@ hr ~ div.center:not(.ad-cnt) { } .catalog-thread > .comment { flex-shrink: 1; + max-width: 100%; overflow: hidden; text-align: center; }