fix(ui): truncate account info (#261)
This commit is contained in:
parent
81c5a1c4f0
commit
93d78d9c8b
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue