Visual fixes

This commit is contained in:
dominik-zeglen 2019-09-23 17:32:00 +02:00
parent 038d6e5580
commit 4d9171faa4

View file

@ -42,13 +42,13 @@ const useStyles = makeStyles((theme: Theme) => ({
width: "auto" width: "auto"
}, },
colPrice: { colPrice: {
width: 160 width: 200
}, },
colSku: { colSku: {
width: 210 width: 210
}, },
colStock: { colStock: {
width: 160 width: 120
}, },
hr: { hr: {
marginBottom: theme.spacing.unit, marginBottom: theme.spacing.unit,