mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
fix: Update words not breaking in reply-to preview (#10694)
This commit is contained in:
@@ -96,7 +96,7 @@ const replyToPreview = computed(() => {
|
|||||||
class="bg-n-alpha-black1 rounded-lg p-2 -mx-1 mb-2 cursor-pointer"
|
class="bg-n-alpha-black1 rounded-lg p-2 -mx-1 mb-2 cursor-pointer"
|
||||||
@click="scrollToMessage"
|
@click="scrollToMessage"
|
||||||
>
|
>
|
||||||
<span class="line-clamp-2">
|
<span class="line-clamp-2 break-all">
|
||||||
{{ replyToPreview }}
|
{{ replyToPreview }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user