feat: set margin 30px

This commit is contained in:
karishmas6
2024-10-26 20:24:45 +05:30
parent b94d59ed7a
commit 20a2e14f41

View File

@@ -144,7 +144,7 @@ const ProxyForm: React.FC = () => {
<Typography variant="h6" gutterBottom component="div">
Current Proxy Configuration
</Typography>
<table style={{ width: '100%', borderCollapse: 'collapse', marginTop: '20px' }}>
<table style={{ width: '100%', borderCollapse: 'collapse', margin: '30px' }}>
<thead>
<tr>
<th style={{ border: '1px solid #ddd', padding: '8px' }}>Proxy URL</th>