Skip to content

Commit

Permalink
Facility mapper (#1590)
Browse files Browse the repository at this point in the history
* Facility assgninment initialised

* Changes in facility Mapping

* Removed logs

* Facility Popup changes

* Changed facility Popup

* Delete health/micro-ui/web/package-lock.json

* Delete micro-ui/web/package-lock.json

* Css change
  • Loading branch information
ashish-egov authored Oct 21, 2024
1 parent db1ff78 commit ae53d00
Show file tree
Hide file tree
Showing 11 changed files with 482 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/> -->
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.8.2-beta.34/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2-beta.39/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.1.4/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.1.5/dist/index.css" />

<!-- added below css for hcm-workbench module inclusion-->
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css@1.5.41/dist/index.css" /> -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-health-css",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <jagan.kumar@egov.org.in>",
Expand Down Expand Up @@ -66,4 +66,4 @@
"digit-ui",
"css"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@
justify-content: right;
align-items: center;
}


.digit-multiselectdropdown-wrap.nestedmultiselect{
width: 100%;
}
Loading

0 comments on commit ae53d00

Please sign in to comment.