Skip to content

Commit

Permalink
Merge pull request #13518 from MukulKolpe/ExpandableCard-table
Browse files Browse the repository at this point in the history
Fixed table overflow on mobile
  • Loading branch information
minimalsm authored Aug 20, 2024
2 parents b5df8b6 + 3b93efd commit 10db11c
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 10db11c

Please sign in to comment.