rm content padding to save space on smaller screens

This commit is contained in:
Collin M. Barrett 2019-08-06 14:16:20 -05:00
parent f785dcf8a8
commit 1831cf2cd3

View file

@ -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>