feat: set maxWidth to 500

This commit is contained in:
amhsirak
2025-05-13 23:32:39 +05:30
parent fa7b68537e
commit a4578678e1

View File

@@ -193,7 +193,7 @@ const ProxyForm: React.FC = () => {
</Button>
</Box>
) : (
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 400, width: '100%' }}>
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 500, width: '100%' }}>
<FormControl>
<TextField
label={t('proxy.server_url')}