rviscomi/trunk8

Doesn't work when container element is 'display:table-cell'.

tonejac opened this issue · 0 comments

I have a text container which is set to be:

display: table-cell;
vertical-align: middle;

It caused the element to be empty when ran the .trunk8() method on it. I ended up wrapping the text inside a

tab inside my display:table-cell element and it began working.