fix(ui): truncate account info (#261)

This commit is contained in:
Daniel Roe 2022-11-30 21:38:18 +00:00 committed by GitHub
parent 81c5a1c4f0
commit 93d78d9c8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -14,9 +14,11 @@ cacheAccount(account)
<AccountInfo
:account="account" hover p1 as="router-link"
:hover-card="hoverCard"
shrink
overflow-hidden
:to="getAccountRoute(account)"
/>
<div h-full p1>
<div h-full p1 shrink-0>
<AccountFollowButton :account="account" />
</div>
</div>