Update product list style
This commit is contained in:
parent
e450dd4c4d
commit
79b49ea406
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ const useStyles = makeStyles(
|
|||
width: "auto"
|
||||
},
|
||||
colPrice: {
|
||||
width: 200
|
||||
width: 300
|
||||
},
|
||||
colPublished: {
|
||||
width: 200
|
||||
|
|
|
@ -44,7 +44,7 @@ const useStyles = makeStyles(
|
|||
width: "auto"
|
||||
},
|
||||
colPrice: {
|
||||
width: 200
|
||||
width: 300
|
||||
},
|
||||
colPublished: {
|
||||
width: 200
|
||||
|
|
Loading…
Reference in a new issue