Aug 1, 2022
4
Level 12
Always keep a specific length of a text
Hello!
I have this type of div

And I need to always keep the 3-line description no matter what size of the screen is opening the page. At least for non-mobile devices. I tried calculating and applying Str::words() but it's not what I expect because you never know how long can the words be. I yet have a post that has 4-line description while Str::words() is applied. How can I do this?
Please or to participate in this conversation.