mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[fix] Login input width
This commit is contained in:
@ -62,7 +62,6 @@ export default function Login() {
|
|||||||
placeholder='Enter your password'
|
placeholder='Enter your password'
|
||||||
error={error}
|
error={error}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
width='200px'
|
|
||||||
isValid={true}
|
isValid={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user