@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
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
}
|
|
226
226
|
.dataMappingCard {
|
|
227
227
|
overflow-y: scroll;
|
|
228
|
-
margin-top:
|
|
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
|
}
|