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