1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

go back to fixed wrapper height because dynamic one breaks layout in chrome :(

This commit is contained in:
Andrew Dolgov
2015-07-07 16:52:43 +03:00
parent 0cf910991e
commit 3cea4a4b75
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
div.contentSizeWrapper {
overflow : hidden;
text-overflow: ellipsis;
/*height : 700px;*/
height : 800px;
}
button.expandPrompt {