fix: added max h to email content
This commit is contained in:
parent
94c4336dc5
commit
b86398ea59
@ -414,8 +414,8 @@
|
||||
</span>
|
||||
<span v-if="activity.data.bcc">{{ activity.data.bcc }}</span>
|
||||
</div>
|
||||
<span
|
||||
class="email-content prose-f"
|
||||
<div
|
||||
class="email-content prose-f max-h-[500px] overflow-y-auto"
|
||||
v-html="activity.data.content"
|
||||
/>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user