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

This commit is contained in:
Shivam Mishra
2025-01-16 10:46:39 +05:30
committed by GitHub
parent 6096932f76
commit 54d629d171

View File

@@ -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>