Skip to content

Commit 699e706

Browse files
NicolappsConvex, Inc.
authored andcommitted
dash: Fix layout of <DocsGrid /> (#41270)
GitOrigin-RevId: 062a0a03ba509b39775803e49241624e4d2e4583
1 parent 39d1ac7 commit 699e706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard/src/components/projects/DocsGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function DocsGrid() {
2222
return (
2323
<div className="my-12 animate-fadeInFromLoading">
2424
<h4>Learn about Convex</h4>
25-
<ul className="flex justify-between gap-y-6 py-6">
25+
<ul className="flex flex-wrap justify-between gap-6 py-6">
2626
{docs.map((doc) => (
2727
<DocCard key={doc.title} {...doc} />
2828
))}

0 commit comments

Comments
 (0)