We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<DocsGrid />
1 parent 39d1ac7 commit 699e706Copy full SHA for 699e706
npm-packages/dashboard/src/components/projects/DocsGrid.tsx
@@ -22,7 +22,7 @@ export function DocsGrid() {
22
return (
23
<div className="my-12 animate-fadeInFromLoading">
24
<h4>Learn about Convex</h4>
25
- <ul className="flex justify-between gap-y-6 py-6">
+ <ul className="flex flex-wrap justify-between gap-6 py-6">
26
{docs.map((doc) => (
27
<DocCard key={doc.title} {...doc} />
28
))}
0 commit comments