Browse Source

pre: forbid layout breaking width

Andrew Dolgov 11 năm trước cách đây
mục cha
commit
526f690664
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      tt-rss.css

+ 2 - 0
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 {