fix: style overflow due to user content (#355)
This commit is contained in:
parent
3b6b83ae7a
commit
7a07d21b76
16 changed files with 50 additions and 26 deletions
|
@ -8,7 +8,7 @@ const props = defineProps<{
|
|||
|
||||
<template>
|
||||
<article flex flex-col gap-2>
|
||||
<div flex gap-2 flex-wrap text-sm px-2>
|
||||
<div flex gap-2 text-sm px-2>
|
||||
{{ $t('conversation.with') }}
|
||||
<AccountInlineInfo v-for="account in conversation.accounts" :key="account.id" :account="account" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue