As explained in the below StackOverflow question, one might often want to add an ellipsis to some text if it overflows.
I created a pull request for this feature https://github.com/twbs/bootstrap/pull/19313
It's my first time contributing to Bootstrap so forgive me if I'm doing anything incorrectly.
There is already such a mixin: text-overflow() in v3 and text-truncate() in v4. However, it should be available as a class: .text-truncate.
Gotcha coming in #22961
Most helpful comment
There is already such a mixin: text-overflow() in v3 and text-truncate() in v4. However, it should be available as a class: .text-truncate.