feat: remove left right margin
This commit is contained in:
@@ -149,7 +149,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
<Typography variant="h6" gutterBottom component="div">
|
<Typography variant="h6" gutterBottom component="div">
|
||||||
Current Proxy Configuration
|
Current Proxy Configuration
|
||||||
</Typography>
|
</Typography>
|
||||||
<TableContainer component={Paper} sx={{ margin: '30px' }}>
|
<TableContainer component={Paper} sx={{ margin: '30px 0px' }}>
|
||||||
<Table>
|
<Table>
|
||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user