1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+1
View File
@@ -41,6 +41,7 @@ div.postReply div.postHeader {
div.postReply div.postTitle {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}