Skip to content

Commit 613b65c

Browse files
authored
fix: outlook credentials checkbox alignment (#3016)
1 parent 35a060d commit 613b65c

File tree

1 file changed

+2
-2
lines changed
  • src/ui/components/OutlookCredentialsDialog

1 file changed

+2
-2
lines changed

src/ui/components/OutlookCredentialsDialog/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const OutlookCredentialsDialog = () => {
170170
</Callout>
171171
)}
172172
<Field>
173-
<FieldRow>
173+
<FieldRow justifyContent='initial'>
174174
<Controller
175175
control={control}
176176
name='rememberCredentials'
@@ -183,7 +183,7 @@ export const OutlookCredentialsDialog = () => {
183183
/>
184184
)}
185185
/>
186-
<FieldLabel htmlFor='check-box'>
186+
<FieldLabel mis={4} htmlFor='check-box'>
187187
{t('dialog.outlookCalendar.remember_credentials')}
188188
</FieldLabel>
189189
</FieldRow>

0 commit comments

Comments
 (0)