Fix padding

This commit is contained in:
Nicolas Mowen 2025-03-17 13:38:40 -06:00
parent 0851e80737
commit 86dcc729f6

View File

@ -101,7 +101,7 @@ export default function CreateFaceWizardDialog({
}}
>
<Content
className={cn("flex flex-col gap-4 p-2", isDesktop && "max-w-[50%]")}
className={cn("flex flex-col gap-4", isDesktop ? "max-w-[50%]" : "p-4")}
>
<Header>
<Title>{t("button.addFace")}</Title>