Skip to content

Commit a448877

Browse files
authored
Fix policy alignment (supabase#38297)
fix alignment
1 parent 7aaaa84 commit a448877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/pages/project/[ref]/auth/policies.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const AuthPoliciesPage: NextPageWithLayout = () => {
106106
}
107107

108108
return (
109-
<ScaffoldContainer size="full">
109+
<ScaffoldContainer size="large">
110110
<ScaffoldSection isFullWidth>
111111
<div className="mb-4 flex flex-row gap-2 justify-between">
112112
<Input

0 commit comments

Comments
 (0)