fix(ui): login width
This commit is contained in:
parent
7c3ce3df6e
commit
705a7363df
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class Login extends React.Component {
|
|||
<Form
|
||||
onSubmit={this.onSubmit}
|
||||
className={cn('flex items-center justify-center flex-col')}
|
||||
style={{ width: '350px' }}
|
||||
>
|
||||
<Loader loading={loading}>
|
||||
{CAPTCHA_ENABLED && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue