fix: change cashbox content justification to make the numbers align to

the left
This commit is contained in:
Liordino Neto 2020-10-16 16:19:22 -03:00 committed by Josh Harvey
parent 89b6fa8552
commit c7c18633d7

View file

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