set spacing on device
This commit is contained in:
parent
769c35f0f7
commit
10b9cb951d
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ export default function DevicePage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageContainer padding={isMobile ? 0 : 2}>
|
<PageContainer spacing={isMobile ? 0 : 2}>
|
||||||
<Grid container justifyContent={"space-between"}>
|
<Grid container justifyContent={"space-between"}>
|
||||||
<Grid>
|
<Grid>
|
||||||
<SmartBreadcrumb deviceName={device.name()} />
|
<SmartBreadcrumb deviceName={device.name()} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue