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:
Alex Gleason 2023-05-07 04:19:41 +00:00
commit 0f91282edc

View file

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