From 9474a4fcd1ee36a5328b9f7a789b49c27988269d Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:56:58 +0200 Subject: [PATCH] BIG-197 Bill landed amount text right align. --- src/containers/Dialogs/AllocateLandedCostDialog/utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/containers/Dialogs/AllocateLandedCostDialog/utils.js b/src/containers/Dialogs/AllocateLandedCostDialog/utils.js index e3fb5ac3b..0cf420992 100644 --- a/src/containers/Dialogs/AllocateLandedCostDialog/utils.js +++ b/src/containers/Dialogs/AllocateLandedCostDialog/utils.js @@ -89,11 +89,14 @@ export const useAllocateLandedCostEntriesTableColumns = () => { accessor: 'rate', disableSortBy: true, width: '100', + align: 'right', + }, { Header: intl.get('amount'), accessor: 'amount', disableSortBy: true, + align: 'right', width: '100', }, {