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 = {
|
const gridStyles = {
|
||||||
row: {
|
row: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'flex-end'
|
justifyContent: 'flex-start'
|
||||||
},
|
},
|
||||||
innerRow: {
|
innerRow: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,6 @@ const Cashboxes = () => {
|
||||||
name: 'cassette1',
|
name: 'cassette1',
|
||||||
header: 'Cash-out 1',
|
header: 'Cash-out 1',
|
||||||
width: 265,
|
width: 265,
|
||||||
textAlign: 'right',
|
|
||||||
view: (value, { id }) => (
|
view: (value, { id }) => (
|
||||||
<CashOut
|
<CashOut
|
||||||
className={classes.cashbox}
|
className={classes.cashbox}
|
||||||
|
|
@ -120,7 +119,6 @@ const Cashboxes = () => {
|
||||||
name: 'cassette2',
|
name: 'cassette2',
|
||||||
header: 'Cash-out 2',
|
header: 'Cash-out 2',
|
||||||
width: 265,
|
width: 265,
|
||||||
textAlign: 'right',
|
|
||||||
view: (value, { id }) => (
|
view: (value, { id }) => (
|
||||||
<CashOut
|
<CashOut
|
||||||
className={classes.cashbox}
|
className={classes.cashbox}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue