fix: Overflow of inputs in email editor

This commit is contained in:
Dries Augustyns
2025-12-16 13:50:32 +01:00
parent 769e3748a0
commit 3336fa1e38
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ export default function CreateCampaignPage() {
</Card>
{/* Email Content */}
<Card>
<Card className="overflow-visible">
<CardHeader>
<StepHeader stepNumber={3} title="Email Content" description="Design your email message" />
</CardHeader>