need help with tailwindcss.

Hello guys ,how can I avoid this text overflow, I have tried text wrap but it isn't working.
No description
No description
7 Replies
Aoi
Aoi2mo ago
Please send the actual code and not a photo of it. Also send the code of the wrapper around the task component.
Jochem
Jochem2mo ago
you can use https://play.tailwindcss.com/ to share tailwind projects very easily
Tailwind Play
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
Jochem
Jochem2mo ago
Mannix
Mannix2mo ago
you are probably looking for word break
Chris Bolson
Chris Bolson2mo ago
Try break-words
John Patrick Onyango
if you want all the tasks to have same height and display only the first bits of a task try truncate, https://tailwindcss.com/docs/text-overflow#truncate
Text Overflow - Tailwind CSS
Utilities for controlling text overflow in an element.
Xenon
Xenon2mo ago
It worked Thanks mate 👍 It was my first post, will do it from next time I didn't know there was something like Tailwind play, Thanks for sharing