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.
1 parent 6b1f418 commit 1b180dbCopy full SHA for 1b180db
apps/dashboard/src/app/team/[team_slug]/[project_slug]/page.tsx
@@ -140,7 +140,7 @@ export default async function ProjectOverviewPage(props: PageProps) {
140
/>
141
</div>
142
)}
143
- <div className="grid gap-6 max-md:px-6 md:grid-cols-2">
+ <div className="grid gap-6 max-md:px-6 max-md:pb-6 md:grid-cols-2">
144
{walletConnections.length > 0 && (
145
<WalletDistributionCard data={walletConnections} />
146
0 commit comments