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 {
|
div.postReply div.postTitle {
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
white-space : nowrap;
|
white-space : nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue