Skip to content

Commit 3b93efd

Browse files
committed
Fixed table overflow on mobile
1 parent 1baf2d6 commit 3b93efd

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)