.text-truncate
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
Replies (1)
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>
If you need any further help can you share your code using https://gist.github.com/ ?
Regards.