fix: align cashboxes and headers to the left

This commit is contained in:
Liordino Neto 2020-10-16 16:03:27 -03:00 committed by Josh Harvey
parent be7e4c5c10
commit 89b6fa8552
2 changed files with 1 additions and 3 deletions

View file

@ -45,7 +45,7 @@ const cashboxStyles = {
const gridStyles = {
row: {
display: 'flex',
justifyContent: 'flex-end'
justifyContent: 'flex-start'
},
innerRow: {
display: 'flex',

View file

@ -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}