mirror of https://github.com/VERT-sh/VERT.git
fix: wrong word-break
now actually breaks, including in the middle of words
This commit is contained in:
parent
1df50173e2
commit
8acf208dbe
|
@ -70,7 +70,9 @@
|
||||||
stroke="2"
|
stroke="2"
|
||||||
fill="none"
|
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>
|
</div>
|
||||||
<button
|
<button
|
||||||
class="text-gray-600 hover:text-black flex-shrink-0"
|
class="text-gray-600 hover:text-black flex-shrink-0"
|
||||||
|
|
Loading…
Reference in New Issue