feat: set margin 30px
This commit is contained in:
@@ -144,7 +144,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>
|
||||||
<table style={{ width: '100%', borderCollapse: 'collapse', marginTop: '20px' }}>
|
<table style={{ width: '100%', borderCollapse: 'collapse', margin: '30px' }}>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style={{ border: '1px solid #ddd', padding: '8px' }}>Proxy URL</th>
|
<th style={{ border: '1px solid #ddd', padding: '8px' }}>Proxy URL</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user