Skip to content

Commit 4be0bf8

Browse files
fix(pages/layer-2) add back missing minWidth for grid cards
1 parent 75b6aa5 commit 4be0bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layer-2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const StatDescription = (props: ChildOnlyType) => (
158158
)
159159

160160
const Layer2CardGrid = (props: ChildOnlyType) => (
161-
<SimpleGrid columns={4} gap={8} {...props} />
161+
<SimpleGrid columns={4} gap={8} minChildWidth="280px" {...props} />
162162
)
163163

164164
interface L2DataResponseItem {

0 commit comments

Comments
 (0)