Merge branch 'reply-mentions-maxwidth' into 'develop'
StatusReplyMentions: enforce a 200px max width See merge request soapbox-pub/soapbox!2506
This commit is contained in:
commit
0f91282edc
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const StatusReplyMentions: React.FC<IStatusReplyMentions> = ({ status, hoverable
|
|||
<Link
|
||||
key={account.id}
|
||||
to={`/@${account.acct}`}
|
||||
className='reply-mentions__account'
|
||||
className='reply-mentions__account max-w-[200px] truncate align-bottom'
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
@{isPubkey(account.username) ? account.username.slice(0, 8) : account.username}
|
||||
|
|
Loading…
Reference in a new issue