Dotdotdot library removing my text on newer versions of Chrome Browser using jquery dotdotdot version 1.6.10 and have try later versions as well. It flashes on initial page load then disappears. I know I can do this with CSS but working a big site with lots of these instances.
$(function() {
$('[data-ellipsis]').dotdotdot({
ellipsis : ' ...',
height : null,
watch : true
});
});
<div class="summary" data-ellipsis style="overflow-wrap: break-word;">
<p>??</p>
</div>