Skip to content

Commit ef19c23

Browse files
authored
BUGFIX/HCMPRE-2552 : Fixed css (#2400)
* fixed css * added
1 parent 35e1ec0 commit ef19c23

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

health/micro-ui/web/micro-ui-internals/example/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>DIGIT</title>
1313
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
1414
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
15-
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].68/dist/index.css" />
15+
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].69/dist/index.css" />
1616

1717
<!-- added below css for hcm-workbench module inclusion-->
1818
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> -->

health/micro-ui/web/micro-ui-internals/packages/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@egovernments/digit-ui-health-css",
3-
"version": "0.2.68",
3+
"version": "0.2.69",
44
"license": "MIT",
55
"main": "dist/index.css",
66
"author": "Jagankumar <[email protected]>",

health/micro-ui/web/micro-ui-internals/packages/css/src/pages/employee/campaign.scss

-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@
456456
width: 100% !important;
457457
}
458458
.beneficiary-selection-label{
459-
padding-left: 36.5rem;
460459
margin-bottom: 0rem;
461460
}
462461

health/micro-ui/web/micro-ui-internals/packages/modules/campaign-manager/src/configs/CampaignCreateConfig.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export const CampaignCreateConfig = (totalFormData, dataParams, isSubmitting, su
3232
key: "CycleSelection",
3333
type: "component",
3434
component: "CycleSelection",
35-
withoutLabel: true,
36-
withoutLabelFieldPair: true,
35+
label: "",
3736
disable: false,
3837
customProps: {
3938
module: "HCM",

health/micro-ui/web/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
1111
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
1212
<!-- added below css for hcm-workbench module inclusion-->
13-
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].68/dist/index.css" />
13+
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].69/dist/index.css" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1" />
1515
<meta name="theme-color" content="#00bcd1" />
1616
<title>DIGIT HCM</title>

0 commit comments

Comments
 (0)