Hi,
I used the GOOD template for my project.
I want to truncate the text inside the table. But the bootstrap class can't be applied. So it doesn't work correctly.
Any suggestion to make it?
Thank you
Aurel
Hi,
Have you tried to wrap the text with a wrapper element by setting it's width to a fixed width:
<!-- Inline level -->
<span class="d-inline-block text-truncate" >
This text is quite long and will be truncated once displayed.
</span>