Skip to content

Commit f0236ea

Browse files
authored
fix padding in project homepage (supabase#38013)
fix
1 parent 803890f commit f0236ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/pages/project/[ref]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const Home: NextPageWithLayout = () => {
112112
const replicasCount = Math.max(0, (replicasData?.length ?? 1) - 1)
113113

114114
return (
115-
<div className="w-full">
115+
<div className="w-full px-4">
116116
<div className={cn('py-16 ', !isPaused && 'border-b border-muted ')}>
117117
<div className="mx-auto max-w-7xl flex flex-col gap-y-4">
118118
<div className="flex flex-col md:flex-row md:items-center gap-6 justify-between w-full">

0 commit comments

Comments
 (0)