feat: Add some padding to the bottom of the table
parent
1d9c834c9d
commit
4783b42d0f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue