Skip to content

Commit

Permalink
Regression: Remove margin-bottom inside UserCard actions (#27100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Oct 19, 2022
1 parent ed5aa1c commit 78e3ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/components/UserCard/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const UserCard = forwardRef(function UserCard(
) : (
<Skeleton borderRadius='x4' width='x124' height='x124' variant='rect' />
)}
<Box flexGrow={0} display='flex' mb='x12' alignItems='center' justifyContent='center'>
<Box flexGrow={0} display='flex' mbs='x12' alignItems='center' justifyContent='center'>
{isLoading ? (
<>
<Skeleton variant='rect' height='x28' width='x28' borderRadius='x4' mi='x2' />
Expand Down

0 comments on commit 78e3ef1

Please sign in to comment.