Visual fixes
This commit is contained in:
parent
038d6e5580
commit
4d9171faa4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue