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

This commit is contained in:
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

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