Closed josecelano closed 6 months ago
Hey, I noticed the descriptions for each torrent in the list weren't word-wrapped. I'm adding it now.
We can use the class break-words
in Markdown
instead of all Tab components.
The markdown width should be inherit from parent div.
When I use class="prose max-w-none text-justify break-words"
for div of Markdown, everything is good except the overflow word.
With break-all
, the long-word case is handled well, but normal paragraphs lose readability.
Followed this solution, 2 cases are good.