StatusReplyMentions: enforce a 200px max width

environments/review-reply-ment-dk2oka/deployments/3345
Alex Gleason 1 year ago
parent 5e16d0875e
commit 185ef4e3c6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save