Skip to content

Commit 10db11c

Browse files
authored
Merge pull request #13518 from MukulKolpe/ExpandableCard-table
Fixed table overflow on mobile
2 parents b5df8b6 + 3b93efd commit 10db11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ExpandableCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const ExpandableCard = ({
5959
borderColor="border"
6060
borderRadius="sm"
6161
display="flex"
62-
flex-direction="column"
62+
flexDirection="column"
6363
marginBottom="4"
6464
cursor="pointer"
6565
_hover={{

0 commit comments

Comments
 (0)