@egovernments/digit-ui-health-css 0.3.8 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -173,6 +173,7 @@ $border-color: rgba(214, 213, 212, 1);
173
173
  margin-left: 0.3rem;
174
174
  display: flex;
175
175
  align-items: flex-start;
176
+ flex-direction: row;
176
177
 
177
178
  .number {
178
179
  min-width: 1.2rem !important;
@@ -225,7 +225,7 @@
225
225
  }
226
226
  .dataMappingCard {
227
227
  overflow-y: scroll;
228
- margin-top: 1.5rem;
228
+ margin-top: 0rem;
229
229
  }
230
230
  .dataMappingDropdown {
231
231
  min-width: 13rem !important;
@@ -830,4 +830,10 @@
830
830
  }
831
831
  .deliveries-pop-module{
832
832
  max-width: fit-content;
833
+ }
834
+ .campaign-name-container{
835
+ display: ruby !important;
836
+ }
837
+ .campaign-name-code{
838
+ margin-left: 0.5rem !important;
833
839
  }