mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +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>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<span
|
<span v-dompurify-html="formattedContent" class="prose prose-bubble" />
|
||||||
v-dompurify-html="formattedContent"
|
|
||||||
class="prose prose-bubble break-words"
|
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ const tailwindConfig = {
|
|||||||
marginTop: '0',
|
marginTop: '0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
overflowWrap: 'anywhere',
|
||||||
|
|
||||||
'br + br': {
|
'br + br': {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
|
|||||||
Reference in New Issue
Block a user