fix: format

This commit is contained in:
amhsirak
2025-11-05 20:39:48 +05:30
parent fb7c37dab9
commit e1d10042d7

View File

@@ -156,17 +156,17 @@ const ProxyForm: React.FC = () => {
}, []);
return (
<Box sx={{
display: 'flex',
gap: 4,
<Box sx={{
display: 'flex',
gap: 4,
p: 5,
width: '100%',
maxWidth: '100%',
boxSizing: 'border-box'
}}>
<Box sx={{
<Box sx={{
flex: 1,
minWidth: 0,
minWidth: 0,
maxWidth: 600
}}>
<Typography variant="h6" gutterBottom component="div">
@@ -269,9 +269,9 @@ const ProxyForm: React.FC = () => {
</Box>
{/* Instructions Section */}
<Box sx={{
<Box sx={{
flex: 1,
minWidth: 0,
minWidth: 0,
maxWidth: 600
}}>
<Alert severity="info" sx={{ height: 'auto', minHeight: 250 }}>