feat: Add some padding to the bottom of the table

pull/28/head
Boaz Poolman 2021-11-20 20:33:31 +01:00
parent 1d9c834c9d
commit 4783b42d0f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const ConfigPage = () => {
}, []); }, []);
return ( return (
<Box paddingLeft={8} paddingRight={8}> <Box paddingLeft={8} paddingRight={8} paddingBottom={8}>
<ActionButtons /> <ActionButtons />
<ConfigList isLoading={isLoading} diff={configDiff.toJS()} /> <ConfigList isLoading={isLoading} diff={configDiff.toJS()} />
</Box> </Box>