From fb73efe9967b57d0fd309a0e4c86eb6d4ee808e6 Mon Sep 17 00:00:00 2001 From: Tulika-eGov Date: Mon, 22 Jul 2024 11:13:44 +0530 Subject: [PATCH] UCEM-473 : updated the style alignment of the sno --- .../packages/modules/Estimate/src/components/ViewStatement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/micro-ui/web/micro-ui-internals/packages/modules/Estimate/src/components/ViewStatement.js b/frontend/micro-ui/web/micro-ui-internals/packages/modules/Estimate/src/components/ViewStatement.js index 9d6eabaecc..9b65697e65 100644 --- a/frontend/micro-ui/web/micro-ui-internals/packages/modules/Estimate/src/components/ViewStatement.js +++ b/frontend/micro-ui/web/micro-ui-internals/packages/modules/Estimate/src/components/ViewStatement.js @@ -20,7 +20,7 @@ const ViewStatement = (props) => { const renderHeader = () => { const columns = [ - { key: t("WORKS_SNO"), width: "5%" }, + { key: t("WORKS_SNO"), width: "5%",textAlign:"left" }, { key: t("WORKS_SORS_COLUMN_TYPE"), width: "12.5%", textAlign:"left" }, { key: t("WORKS-SORS_COLUMN_CODE"), width: "5.5%",textAlign:"left" }, { key: t("WORKS-SORS_COLUMN_DESCRIPTION"), width: "35%", textAlign:"left" },