fix: align cashboxes and headers to the left
This commit is contained in:
parent
be7e4c5c10
commit
89b6fa8552
2 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ const cashboxStyles = {
|
|||
const gridStyles = {
|
||||
row: {
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end'
|
||||
justifyContent: 'flex-start'
|
||||
},
|
||||
innerRow: {
|
||||
display: 'flex',
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ const Cashboxes = () => {
|
|||
name: 'cassette1',
|
||||
header: 'Cash-out 1',
|
||||
width: 265,
|
||||
textAlign: 'right',
|
||||
view: (value, { id }) => (
|
||||
<CashOut
|
||||
className={classes.cashbox}
|
||||
|
|
@ -120,7 +119,6 @@ const Cashboxes = () => {
|
|||
name: 'cassette2',
|
||||
header: 'Cash-out 2',
|
||||
width: 265,
|
||||
textAlign: 'right',
|
||||
view: (value, { id }) => (
|
||||
<CashOut
|
||||
className={classes.cashbox}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue