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.breakpoints.up("lg")]: {
|
||||
colName: {
|
||||
width: 840
|
||||
width: "auto"
|
||||
},
|
||||
colProducts: {
|
||||
width: 160
|
||||
|
|
Loading…
Reference in a new issue