Fix order details header mobile
This commit is contained in:
parent
89d351ccc6
commit
d4d91f5fe2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const useStyles = makeStyles(theme => ({
|
||||||
marginTop: -theme.spacing(2)
|
marginTop: -theme.spacing(2)
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
|
display: "flex",
|
||||||
marginBottom: 0
|
marginBottom: 0
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in a new issue