Skip to content

Commit

Permalink
Merge pull request #557 from odisha-muktasoft/UCEM-473-UI
Browse files Browse the repository at this point in the history
UCEM-473 : updated the style alignment of the sno
  • Loading branch information
Tulika-eGov authored Jul 22, 2024
2 parents ea89b41 + fb73efe commit ec191d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit ec191d1

Please sign in to comment.