This commit is contained in:
rustmailer
2026-01-29 19:19:47 +08:00
parent 673e593c4f
commit ba8ecdd899
2 changed files with 2 additions and 2 deletions
@@ -409,7 +409,7 @@ export function AccountActionDialog({ currentRow, open, onOpenChange }: Props) {
<div className="flex-1 min-h-0 relative">
<ScrollArea className="h-full w-full">
<div className="p-6 md:p-10 lg:p-14">
<div className="p-6 md:p-6 lg:p-8">
<Form {...form}>
<form id="account-register-form" onSubmit={form.handleSubmit(onSubmit)}>
{currentStep === 1 && <Step1 isEdit={isEdit} />}
@@ -47,7 +47,7 @@ export default function Step4() {
const hasBefore = !!summaryData.date_before?.value;
return (
<div className="p-5 rounded-xl">
<div className="rounded-xl">
<Accordion type="multiple" defaultValue={['email', 'name', 'imap', 'date_since', 'folder_limit', 'sync_interval', 'sync_scope', 'sync_batch_size']}>
<AccordionItem key="email" value="email">
<AccordionTrigger className="font-medium capitalize text-gray-600">{t('accounts.email')}:</AccordionTrigger>