I'm having trouble getting text-overflow:ellipsis to work, even though I see that support for this was added in Prince 9. Here is what the code looks like:
The overflow part works fine, but it's not adding the ellipsis at the end. Any ideas?
tr td span {
max-height: 4.5em;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
The overflow part works fine, but it's not adding the ellipsis at the end. Any ideas?
Edited by Alex3917