Skip to content

Commit

Permalink
Fixed table overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MukulKolpe committed Jul 27, 2024
1 parent 1baf2d6 commit 3b93efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExpandableCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ExpandableCard = ({
borderColor="border"
borderRadius="sm"
display="flex"
flex-direction="column"
flexDirection="column"
marginBottom="4"
cursor="pointer"
_hover={{
Expand Down

0 comments on commit 3b93efd

Please sign in to comment.