summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-10 10:01:28 +0400
committerAndrew Dolgov <[email protected]>2013-04-10 10:01:28 +0400
commit526f69066412ea628247d7f3e2f81c78310d9559 (patch)
treefaf4ec02a2b4157317e90e395e4ae5797717f5fc /tt-rss.css
parent3a8d756ce18ad8ad0b1f37bead4786c34c67ca53 (diff)
pre: forbid layout breaking width
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2f2e2fb76..f8e242e37 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 {