Use CSS3 ellipsis in .postTitle.
CSS3 property which makes cut-off text look smoother.
This commit is contained in:
parent
00f90dfb3e
commit
5f938254fa
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue