.show-ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
<div class="container">
<div class="row show-ellipsis">
{{record.bodyName}}
</div>
</div>
My web application supports versions of Internet Explorer from 9 to 11. The CSS style I have implemented for displaying ellipsis at the element level can be found in the code snippet above. This code is used within an ng-repeat loop. Interestingly, while the ellipsis shows up for some rows, it does not appear for others. I have verified that there are no HTML tags like
present in the text retrieved from the database. To provide more context, I have included a screenshot for reference. Your assistance in resolving this issue would be greatly appreciated. Please check out the screenshot by clicking on this link: please click to see screenshot