set spacing on device

This commit is contained in:
csawatzky 2025-06-12 12:34:03 -06:00
parent 769c35f0f7
commit 10b9cb951d

View file

@ -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()} />