From c7c18633d7de93aaa1deb692f198526054b1ee97 Mon Sep 17 00:00:00 2001 From: Liordino Neto Date: Fri, 16 Oct 2020 16:19:22 -0300 Subject: [PATCH] fix: change cashbox content justification to make the numbers align to the left --- .../src/components/inputs/cashbox/Cashbox.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.styles.js b/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.styles.js index fecb53c1..c81ee693 100644 --- a/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.styles.js +++ b/new-lamassu-admin/src/components/inputs/cashbox/Cashbox.styles.js @@ -45,7 +45,7 @@ const cashboxStyles = { const gridStyles = { row: { display: 'flex', - justifyContent: 'flex-start' + justifyContent: 'space-between' }, innerRow: { display: 'flex',