feat: Add some padding to the bottom of the table
parent
1d9c834c9d
commit
4783b42d0f
|
@ -19,7 +19,7 @@ const ConfigPage = () => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<Box paddingLeft={8} paddingRight={8}>
|
||||
<Box paddingLeft={8} paddingRight={8} paddingBottom={8}>
|
||||
<ActionButtons />
|
||||
<ConfigList isLoading={isLoading} diff={configDiff.toJS()} />
|
||||
</Box>
|
||||
|
|
Loading…
Reference in New Issue