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 539791c commit 640e463Copy full SHA for 640e463
apps/postgres-new/app/(main)/db/[id]/page.tsx
@@ -35,7 +35,7 @@ export default function Page({ params }: { params: { id: string } }) {
35
return (
36
<div className="relative h-full w-full">
37
<NewDatabasePage />
38
- <div className="absolute inset-0 bg-background/70 backdrop-blur-sm flex items-center justify-center">
+ <div className="absolute inset-0 bg-background/70 backdrop-blur-sm flex items-center justify-center m-4">
39
<p>
40
This database is already open in another tab or window.
41
<br />
0 commit comments