mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 14:01:19 +02:00
Merge pull request #146 from pictuga/patch-1
Use CSS3 ellipsis in .postTitle.
This commit is contained in:
commit
063ac61353
@ -41,6 +41,7 @@ div.postReply div.postHeader {
|
||||
|
||||
div.postReply div.postTitle {
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user