1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

pre: forbid layout breaking width

This commit is contained in:
Andrew Dolgov
2013-04-10 10:01:28 +04:00
parent 3a8d756ce1
commit 526f690664

View File

@@ -248,6 +248,8 @@ div.filterTestHolder {
border-style : solid;
background : #fafafa;
display : block;
max-width : 98%;
overflow : auto;
}
div.notice, div.warning, div.error {