Skip to content

Commit

Permalink
Remove overflow scroll, again πŸ‘€
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jun 18, 2024
1 parent cb3d6b0 commit 5af2664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Organizations/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const OrganizationCardSkeleton = ({ electionCount: ec, ...rest }: IOrganizationC

return (
<Link as={RouterLink} to={generatePath(RoutePath.Organization, { pid })}>
<Card direction={'row'} alignItems='center' overflow={'scroll'} pl={4} {...rest}>
<Card direction={'row'} alignItems='center' pl={4} {...rest}>
<Box w={'50px'}>
<Avatar
mx='auto'
Expand Down

2 comments on commit 5af2664

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.