account.tsx: add space between action

This commit is contained in:
Alex Gleason 2023-11-28 12:35:48 -06:00
parent 60ba74d51c
commit 3333db75ba
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -187,7 +187,7 @@ const Account = ({
return (
<div data-testid='account' className='group block w-full shrink-0' ref={overflowRef}>
<HStack alignItems={actionAlignment} justifyContent='between'>
<HStack alignItems={actionAlignment} space={3} justifyContent='between'>
<HStack alignItems={withAccountNote || note ? 'top' : 'center'} space={3} className='overflow-hidden'>
<ProfilePopper
condition={showProfileHoverCard}