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>
|
||||
|
||||
Reference in New Issue
Block a user