mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm content padding to save space on smaller screens
This commit is contained in:
parent
f785dcf8a8
commit
1831cf2cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const App: React.FC = () => {
|
|||
style={{ lineHeight: '64px' }}
|
||||
/>
|
||||
</Header>
|
||||
<Content style={{ padding: '0 50px' }}>
|
||||
<Content>
|
||||
<div style={{ background: '#fff', padding: 24, minHeight: 280 }}>
|
||||
<AllListsTable />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue