Fix order placement date position
This commit is contained in:
parent
09dce08f3d
commit
dca00c425f
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ import OrderUnfulfilledItems from "../OrderUnfulfilledItems/OrderUnfulfilledItem
|
|||
const useStyles = makeStyles(
|
||||
theme => ({
|
||||
date: {
|
||||
marginBottom: theme.spacing(3),
|
||||
marginTop: -theme.spacing(2)
|
||||
marginBottom: theme.spacing(3)
|
||||
},
|
||||
header: {
|
||||
display: "flex",
|
||||
|
|
Loading…
Reference in a new issue