We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a060d commit 613b65cCopy full SHA for 613b65c
src/ui/components/OutlookCredentialsDialog/index.tsx
@@ -170,7 +170,7 @@ export const OutlookCredentialsDialog = () => {
170
</Callout>
171
)}
172
<Field>
173
- <FieldRow>
+ <FieldRow justifyContent='initial'>
174
<Controller
175
control={control}
176
name='rememberCredentials'
@@ -183,7 +183,7 @@ export const OutlookCredentialsDialog = () => {
183
/>
184
185
186
- <FieldLabel htmlFor='check-box'>
+ <FieldLabel mis={4} htmlFor='check-box'>
187
{t('dialog.outlookCalendar.remember_credentials')}
188
</FieldLabel>
189
</FieldRow>
0 commit comments