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

pull/2007/head
Alec LeFors 2023-04-23 14:35:01 -05:00 zatwierdzone przez GitHub
rodzic 5b1ad44875
commit 94d22fd488
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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