feat: set maxWidth to 500
This commit is contained in:
@@ -193,7 +193,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 400, width: '100%' }}>
|
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 500, width: '100%' }}>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<TextField
|
<TextField
|
||||||
label={t('proxy.server_url')}
|
label={t('proxy.server_url')}
|
||||||
|
|||||||
Reference in New Issue
Block a user