In my table, I have lines that end with 3 dots '...' when the text overflows. To achieve this, I used the ellipsis value of the text-overflow property. While this works well and the '...' are displayed when resizing the window, I encountered two issues when a line in my table contains a span:
- The '...' adopts the font color of the span.
- The '...' are resized to match the font size of the span.
You can view a demo here.
Despite my efforts to find a solution, I have not been able to resolve these problems. Any help would be appreciated!
I should also mention that this functionality does not work on Internet Explorer but functions as expected on Chrome.
Thank you!