Fix left padding
This commit is contained in:
parent
c834dabc1b
commit
c649f76480
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const styles = (theme: Theme) =>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
colName: {
|
colName: {
|
||||||
paddingLeft: "0 !important"
|
paddingLeft: 0
|
||||||
},
|
},
|
||||||
colProducts: {
|
colProducts: {
|
||||||
textAlign: "center"
|
textAlign: "center"
|
||||||
|
|
Loading…
Reference in a new issue