Fix order details header mobile

This commit is contained in:
Krzysztof Bialoglowicz 2019-11-04 21:36:11 +01:00 committed by dominik-zeglen
parent 89d351ccc6
commit d4d91f5fe2

View file

@ -29,6 +29,7 @@ const useStyles = makeStyles(theme => ({
marginTop: -theme.spacing(2)
},
header: {
display: "flex",
marginBottom: 0
}
}));