Skip to content

Commit

Permalink
chore: Add domain to title incase it's overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Oct 23, 2023
1 parent c9b428e commit 05d765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soapbox/components/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Account = ({

{legacyDomain ? renderInstanceFavicon(true) : (
<Button to={`/timeline/${account.domain}`} size='xs-instance' className='mb-0.5 px-1'>
<p className='flex gap-1'>
<p title={account.domain} className='flex gap-1'>
<span className='truncate'>{account.domain}</span>
{renderInstanceFavicon(false)}
</p>
Expand Down

0 comments on commit 05d765a

Please sign in to comment.