mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
feat: use break anywhere (#10698)
Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap#anywhere Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -24,8 +24,5 @@ const formattedContent = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span
|
||||
v-dompurify-html="formattedContent"
|
||||
class="prose prose-bubble break-words"
|
||||
/>
|
||||
<span v-dompurify-html="formattedContent" class="prose prose-bubble" />
|
||||
</template>
|
||||
|
||||
@@ -53,6 +53,7 @@ const tailwindConfig = {
|
||||
marginTop: '0',
|
||||
},
|
||||
},
|
||||
overflowWrap: 'anywhere',
|
||||
|
||||
'br + br': {
|
||||
display: 'none',
|
||||
|
||||
Reference in New Issue
Block a user