updated some styling on the device component page
This commit is contained in:
parent
23a658d807
commit
cf3eefccdd
2 changed files with 6 additions and 3 deletions
|
|
@ -342,6 +342,7 @@ export default function SmartBreadcrumb(props: Props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
display="flex"
|
||||||
padding={props.padding}
|
padding={props.padding}
|
||||||
paddingLeft={props.paddingLeft}
|
paddingLeft={props.paddingLeft}
|
||||||
paddingRight={props.paddingRight}
|
paddingRight={props.paddingRight}
|
||||||
|
|
|
||||||
|
|
@ -619,6 +619,7 @@ export default function DeviceComponent() {
|
||||||
direction="row"
|
direction="row"
|
||||||
justifyContent="flex-start"
|
justifyContent="flex-start"
|
||||||
alignContent="center"
|
alignContent="center"
|
||||||
|
rowSpacing={1}
|
||||||
className={classes.toolbar}>
|
className={classes.toolbar}>
|
||||||
<Grid
|
<Grid
|
||||||
size={{ xs: 8, sm: 9 }}
|
size={{ xs: 8, sm: 9 }}
|
||||||
|
|
@ -649,6 +650,9 @@ export default function DeviceComponent() {
|
||||||
deviceComponentPreferences={deviceComponentPrefs}
|
deviceComponentPreferences={deviceComponentPrefs}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
<Grid size={{ xs: 12 }}>
|
||||||
|
{status()}
|
||||||
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid
|
<Grid
|
||||||
|
|
@ -657,9 +661,7 @@ export default function DeviceComponent() {
|
||||||
justifyContent="flex-start"
|
justifyContent="flex-start"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
className={classes.contentContainer}>
|
className={classes.contentContainer}>
|
||||||
<Grid container size={{ xs: 12 }} justifyContent="flex-end">
|
|
||||||
{status()}
|
|
||||||
</Grid>
|
|
||||||
<Grid container size={{ xs: 12 }}>
|
<Grid container size={{ xs: 12 }}>
|
||||||
{
|
{
|
||||||
<Grid size={{ xs: 12 }} className={classes.verticalSpacing}>
|
<Grid size={{ xs: 12 }} className={classes.verticalSpacing}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue