fix: Bubble typography (#10653)

![CleanShot 2025-01-08 at 18 22
36@2x](https://github.com/user-attachments/assets/77cc99d2-1bdf-49ff-9016-57bb9c50b149)
This commit is contained in:
Shivam Mishra
2025-01-10 15:40:12 +05:30
committed by GitHub
parent 4912140893
commit e70f7a2550
3 changed files with 20 additions and 12 deletions

View File

@@ -77,13 +77,13 @@ const textToShow = computed(() => {
<template v-else>
<Letter
v-if="showQuotedMessage"
class-name="prose prose-email !max-w-none"
class-name="prose prose-bubble !max-w-none"
:html="fullHTML"
:text="textToShow"
/>
<Letter
v-else
class-name="prose prose-email !max-w-none"
class-name="prose prose-bubble !max-w-none"
:html="unquotedHTML"
:text="textToShow"
/>