Skip to content

Commit 79d370f

Browse files
Merge branch 'develop' into web/bugfix/language-picker-mobile
2 parents 3202d81 + 09a2f19 commit 79d370f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

app/web/features/auth/deletion/DeleteAccount.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function DeleteAccount({
8484
</Alert>
8585
)}
8686
<StyledForm onSubmit={onSubmit}>
87-
<Typography variant="subtitle1">
87+
<Typography variant="subtitle1" sx={{ paddingBottom: 2 }}>
8888
<Trans
8989
t={t}
9090
i18nKey="auth:delete_account.request.confirm_username_explanation"
@@ -101,7 +101,10 @@ export default function DeleteAccount({
101101
label={t("auth:delete_account.request.confirm_username_label")}
102102
fullWidth={!isMdOrWider}
103103
/>
104-
<Typography variant="subtitle1">
104+
<Typography
105+
variant="subtitle1"
106+
sx={{ paddingTop: 2, paddingBottom: 2 }}
107+
>
105108
{t("auth:delete_account.request.reason_explanation")}
106109
</Typography>
107110
<TextField

0 commit comments

Comments
 (0)