fix: make vue-letter break all words for contact messages

This commit is contained in:
Abhinav Raut
2025-07-06 19:52:46 +05:30
parent ccc5940dd9
commit 5e19f13e18

View File

@@ -34,7 +34,7 @@
<Letter
:html="sanitizedMessageContent"
:allowedSchemas="['cid', 'https', 'http', 'mailto']"
class="mb-1 native-html"
class="mb-1 native-html break-all"
:class="{ 'mb-3': message.attachments.length > 0 }"
/>