mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 10:42:38 +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"
|
||||
@click="scrollToMessage"
|
||||
>
|
||||
<span class="line-clamp-2">
|
||||
<span class="line-clamp-2 break-all">
|
||||
{{ replyToPreview }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user