fix: margin at the bottom of Machines
This commit is contained in:
parent
1ddf8d5a38
commit
1f24cddc06
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ const Machines = ({ data, refetch, reload }) => {
|
|||
const machineID = R.path(['deviceId'])(machine) ?? null
|
||||
|
||||
return (
|
||||
<div className="flex flex-1 h-full gap-12">
|
||||
<div className="flex flex-1 h-full gap-12 mb-12">
|
||||
<div className="basis-1/4 min-w-1/4 pt-8">
|
||||
<Breadcrumbs separator={<NavigateNextIcon fontSize="small" />}>
|
||||
<Link to="/dashboard" className="no-underline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue