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 50a0408 commit ffc4345Copy full SHA for ffc4345
apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx
@@ -238,7 +238,7 @@ export const EmailTemplates = () => {
238
</div>
239
240
) : (
241
- <Card>
+ <Card className="mt-12">
242
<Tabs_Shadcn_ defaultValue={slugifyTitle(TEMPLATES_SCHEMAS[0].title)}>
243
<TabsList_Shadcn_ className="pt-2 px-6 gap-5 mb-0 overflow-x-scroll no-scrollbar mb-4">
244
{TEMPLATES_SCHEMAS.filter(
0 commit comments