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"
|
||||
},
|
||||
colPrice: {
|
||||
width: 160
|
||||
width: 200
|
||||
},
|
||||
colSku: {
|
||||
width: 210
|
||||
},
|
||||
colStock: {
|
||||
width: 160
|
||||
width: 120
|
||||
},
|
||||
hr: {
|
||||
marginBottom: theme.spacing.unit,
|
||||
|
|
Loading…
Reference in a new issue