fix: Allow account handles to wrap in AccountHeader (#1991)

zio/stable
Alec LeFors 2023-04-23 14:35:01 -05:00 committed by GitHub
parent 5b1ad44875
commit 94d22fd488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ const personalNoteMaxLength = 2000
<AccountDisplayName :account="account" font-bold sm:text-2xl text-xl />
<AccountBotIndicator v-if="account.bot" show-label />
</div>
<AccountHandle :account="account" />
<AccountHandle :account="account" overflow-unset line-clamp-unset />
</div>
</div>
<label