forked from Mirrors/elk
fix: Allow account handles to wrap in AccountHeader (#1991)
This commit is contained in:
parent
5b1ad44875
commit
94d22fd488
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ const personalNoteMaxLength = 2000
|
||||||
<AccountDisplayName :account="account" font-bold sm:text-2xl text-xl />
|
<AccountDisplayName :account="account" font-bold sm:text-2xl text-xl />
|
||||||
<AccountBotIndicator v-if="account.bot" show-label />
|
<AccountBotIndicator v-if="account.bot" show-label />
|
||||||
</div>
|
</div>
|
||||||
<AccountHandle :account="account" />
|
<AccountHandle :account="account" overflow-unset line-clamp-unset />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<label
|
<label
|
||||||
|
|
Loading…
Reference in a new issue