From: Andrew Dolgov Date: Wed, 10 Apr 2013 06:01:28 +0000 (+0400) Subject: pre: forbid layout breaking width X-Git-Tag: 1.7.9~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=526f69066412ea628247d7f3e2f81c78310d9559;p=tt-rss.git pre: forbid layout breaking width --- diff --git a/tt-rss.css b/tt-rss.css index 2f2e2fb7..f8e242e3 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -248,6 +248,8 @@ div.filterTestHolder { border-style : solid; background : #fafafa; display : block; + max-width : 98%; + overflow : auto; } div.notice, div.warning, div.error {