fix: change cashbox content justification to make the numbers align to
the left
This commit is contained in:
parent
89b6fa8552
commit
c7c18633d7
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ const cashboxStyles = {
|
|||
const gridStyles = {
|
||||
row: {
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-start'
|
||||
justifyContent: 'space-between'
|
||||
},
|
||||
innerRow: {
|
||||
display: 'flex',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue