Merge pull request #146 from pictuga/patch-1
Use CSS3 ellipsis in .postTitle.
This commit is contained in:
commit
063ac61353
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ div.postReply div.postHeader {
|
|||
|
||||
div.postReply div.postTitle {
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue