diff --git a/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.css b/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.css index 81b990d..e2f81d2 100644 --- a/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.css +++ b/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.css @@ -1,8 +1,8 @@ -.select-full-width { +/* .select-full-width { width: 100%; white-space: nowrap; overflow: hidden; -} +} */ .input-full-width { width: 100%; diff --git a/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.html b/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.html index 9903b24..19a6263 100644 --- a/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.html +++ b/src/app/app-modules/nurse-doctor/history/general-opd-history/past-history/past-history.component.html @@ -39,7 +39,7 @@

>
- + {{ currentLanguageSet?.historyData?.ancHistory ?.pastIllnessDataANC_OPD_NCD_PNC?.illness @@ -66,7 +66,7 @@

class="col-2 box" *ngIf="pastIllness.value.illnessType?.illnessType === 'Other'" > - + {{ currentLanguageSet?.historyData?.opd_NCD_PNCHistory?.obstetric ?.others @@ -84,7 +84,7 @@

- + {{ currentLanguageSet?.nurseData?.chiefComplaintsDetails?.duration }} @@ -102,7 +102,7 @@

- + {{ currentLanguageSet?.DurationData?.timeperiodAgo }} @@ -120,7 +120,7 @@

-
+
-
+
- + {{ currentLanguageSet?.historyData?.ancHistory ?.personalHistoryANC_OPD_NCD_PNC?.vegetarian @@ -93,14 +90,17 @@
- + {{ currentLanguageSet?.historyData?.ancHistory ?.personalHistoryANC_OPD_NCD_PNC?.sedentary @@ -114,7 +114,7 @@
- + {{ currentLanguageSet?.common?.yes }} @@ -136,7 +139,7 @@ class="col-xs-12 col-sm-6 col-md-4 col-lg-4 box" *ngIf="beneficiary?.ageVal >= 13" > - + {{ currentLanguageSet?.historyData?.ancHistory ?.personalHistoryANC_OPD_NCD_PNC?.tobaccoData?.tobaccoUseStatus @@ -155,9 +158,10 @@
- + {{ currentLanguageSet?.historyData?.ancHistory ?.personalHistoryANC_OPD_NCD_PNC?.alcoholData?.alcoholUseStatus @@ -174,8 +178,11 @@
-
- +
+ {{ currentLanguageSet?.historyData?.ancHistory ?.personalHistoryANC_OPD_NCD_PNC?.allergicStatus?.allergicStatus diff --git a/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-mmu-tm-referred-worklist/nurse-mmu-tm-referred-worklist.component.html b/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-mmu-tm-referred-worklist/nurse-mmu-tm-referred-worklist.component.html index b8b22c9..0558c01 100644 --- a/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-mmu-tm-referred-worklist/nurse-mmu-tm-referred-worklist.component.html +++ b/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-mmu-tm-referred-worklist/nurse-mmu-tm-referred-worklist.component.html @@ -40,12 +40,13 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -72,7 +72,7 @@ @@ -89,7 +89,7 @@ @@ -106,7 +106,7 @@ @@ -123,7 +123,7 @@ @@ -140,7 +140,7 @@ @@ -157,7 +157,7 @@ @@ -174,7 +174,7 @@ @@ -192,7 +192,7 @@ @@ -209,7 +209,7 @@ diff --git a/src/styles.css b/src/styles.css index b97b1ac..a65cd88 100644 --- a/src/styles.css +++ b/src/styles.css @@ -464,7 +464,7 @@ mat-mdc-form-field-label-always-float { color: block !important; font-family: unset !important; line-height: var(--mat-table-header-headline-line-height); - font-size: unset !important; + font-size: 14px !important; font-weight: var(--mat-table-header-headline-weight, 500); } @@ -750,3 +750,6 @@ control.mat-mdc-form-field-input-control { background: #0277bd !important; } +.mdc-text-field--outlined .mdc-notched-outline { + height: 40px !important; +}