fix: Fix bubble overflow issue and color (#10674)
This commit is contained in:
@@ -24,5 +24,8 @@ const formattedContent = computed(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<span v-dompurify-html="formattedContent" class="prose prose-bubble" />
|
<span
|
||||||
|
v-dompurify-html="formattedContent"
|
||||||
|
class="prose prose-bubble break-words"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ const tailwindConfig = {
|
|||||||
marginBottom: '1.5em',
|
marginBottom: '1.5em',
|
||||||
},
|
},
|
||||||
a: {
|
a: {
|
||||||
color: 'rgb(var(--text-blue))',
|
color: 'rgb(var(--slate-12))',
|
||||||
textDecoration: 'underline',
|
textDecoration: 'underline',
|
||||||
},
|
},
|
||||||
ul: {
|
ul: {
|
||||||
|
|||||||
Reference in New Issue
Block a user