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.