Use CSS3 ellipsis in .postTitle.
CSS3 property which makes cut-off text look smoother.
This commit is contained in:
parent
00f90dfb3e
commit
5f938254fa
|
@ -41,6 +41,7 @@ div.postReply div.postHeader {
|
|||
|
||||
div.postReply div.postTitle {
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue