Skip to content

Commit ffc4345

Browse files
authored
fix(auth): add margin to email templates UI (supabase#40339)
1 parent 50a0408 commit ffc4345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export const EmailTemplates = () => {
238238
</div>
239239
</div>
240240
) : (
241-
<Card>
241+
<Card className="mt-12">
242242
<Tabs_Shadcn_ defaultValue={slugifyTitle(TEMPLATES_SCHEMAS[0].title)}>
243243
<TabsList_Shadcn_ className="pt-2 px-6 gap-5 mb-0 overflow-x-scroll no-scrollbar mb-4">
244244
{TEMPLATES_SCHEMAS.filter(

0 commit comments

Comments
 (0)