fix: Update words not breaking in reply-to preview (#10694)

This commit is contained in:
Shivam Mishra
2025-01-15 21:16:39 -08:00
committed by GitHub
parent 6096932f76
commit 54d629d171
@@ -96,7 +96,7 @@ const replyToPreview = computed(() => {
class="bg-n-alpha-black1 rounded-lg p-2 -mx-1 mb-2 cursor-pointer"
@click="scrollToMessage"
>
<span class="line-clamp-2">
<span class="line-clamp-2 break-all">
{{ replyToPreview }}
</span>
</div>