Skip to content

Commit c0939b4

Browse files
authored
Merge pull request #11146 from ethereum/hotfix-table
[Hotfix] fix table style in mobile
2 parents f2781a1 + 1953186 commit c0939b4

File tree

1 file changed

+0
-1
lines changed
  • src/@chakra-ui/gatsby-plugin/components

1 file changed

+0
-1
lines changed

src/@chakra-ui/gatsby-plugin/components/Table.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const baseStyle = defineMergeStyles(
2020
definePartsStyle({
2121
table: {
2222
[$bgColor.variable]: "colors.background.highlight",
23-
minW: "556px",
2423
},
2524
th: {
2625
borderBottom: "1px",

0 commit comments

Comments
 (0)