We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803890f commit f0236eaCopy full SHA for f0236ea
apps/studio/pages/project/[ref]/index.tsx
@@ -112,7 +112,7 @@ const Home: NextPageWithLayout = () => {
112
const replicasCount = Math.max(0, (replicasData?.length ?? 1) - 1)
113
114
return (
115
- <div className="w-full">
+ <div className="w-full px-4">
116
<div className={cn('py-16 ', !isPaused && 'border-b border-muted ')}>
117
<div className="mx-auto max-w-7xl flex flex-col gap-y-4">
118
<div className="flex flex-col md:flex-row md:items-center gap-6 justify-between w-full">
0 commit comments