1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 04:09:39 +00:00

Use CSS3 ellipsis in .postTitle.

CSS3 property which makes cut-off text look smoother.
This commit is contained in:
pictuga
2013-04-11 01:24:50 +03:00
parent 00f90dfb3e
commit 5f938254fa

View File

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