Merge pull request #1139 from MahmoudRizk/fix/category-list
Fix Category list layout overlapping.
This commit is contained in:
commit
58199d259e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const useStyles = makeStyles(
|
||||||
theme => ({
|
theme => ({
|
||||||
[theme.breakpoints.up("lg")]: {
|
[theme.breakpoints.up("lg")]: {
|
||||||
colName: {
|
colName: {
|
||||||
width: 840
|
width: "auto"
|
||||||
},
|
},
|
||||||
colProducts: {
|
colProducts: {
|
||||||
width: 160
|
width: 160
|
||||||
|
|
Loading…
Reference in a new issue