fix: wrong word-break

now actually breaks, including in the middle of words
This commit is contained in:
Maya 2025-07-31 18:12:31 +03:00
parent 1df50173e2
commit 8acf208dbe
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@
stroke="2"
fill="none"
/>
<p class="text-black font-normal whitespace-pre-wrap break-words">{message}</p>
<p class="text-black font-normal whitespace-pre-wrap break-all">
{message}
</p>
</div>
<button
class="text-gray-600 hover:text-black flex-shrink-0"