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

Merge pull request #146 from pictuga/patch-1

Use CSS3 ellipsis in .postTitle.
This commit is contained in:
Andrew Dolgov
2013-04-10 23:22:13 -07:00

View File

@@ -41,6 +41,7 @@ div.postReply div.postHeader {
div.postReply div.postTitle {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}