Skip to content

Commit

Permalink
(fix) Fix bottom border on the active visits widget container (#758)
Browse files Browse the repository at this point in the history
Co-authored-by: jwnasambu <[email protected]>
Co-authored-by: Dennis Kigen <[email protected]>
  • Loading branch information
3 people authored Jul 21, 2023
1 parent de21981 commit b3f3025
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const ActiveVisitsTable = () => {
<div className={styles.filterEmptyState}>
<Layer level={0}>
<Tile className={styles.filterEmptyStateTile}>
<p className={styles.filterEmptyStateContent}>{t('noPatientsToDisplay', 'No patients to display')}</p>
<p className={styles.filterEmptyStateContent}>{t('noVisitsToDisplay', 'No visits to display')}</p>
<p className={styles.filterEmptyStateHelper}>{t('checkFilters', 'Check the filters above')}</p>
</Tile>
</Layer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
.activeVisitsContainer {
background-color: $ui-02;
border: 1px solid $ui-03;
border-bottom: none;
width: 100%;
margin: 0 auto;
max-width: 95vw;
padding-bottom: 0;
}

.activeVisitsDetailHeaderContainer {
Expand Down Expand Up @@ -116,6 +116,7 @@
justify-content: center;
align-items: center;
padding: spacing.$spacing-05;
margin: spacing.$spacing-11;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/am.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "No medications found",
"noNotesFound": "No notes found",
"noObservationsFound": "No observations found",
"noPatientsToDisplay": "No patients to display",
"notes": "Notes",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "for {duration} {durationUnit}",
"orderIndefiniteDuration": "Indefinite duration",
"provider": "Provider",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "No medications found",
"noNotesFound": "No notes found",
"noObservationsFound": "No observations found",
"noPatientsToDisplay": "No patients to display",
"notes": "Notes",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "for {duration} {durationUnit}",
"orderIndefiniteDuration": "Indefinite duration",
"provider": "Provider",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "No medications found",
"noNotesFound": "No notes found",
"noObservationsFound": "No observations found",
"noPatientsToDisplay": "No patients to display",
"notes": "Notes",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "for {duration} {durationUnit}",
"orderIndefiniteDuration": "Indefinite duration",
"provider": "Provider",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "Aucun médicament trouvé",
"noNotesFound": "Aucune information complémentaire",
"noObservationsFound": "Aucune observation trouvée",
"noPatientsToDisplay": "No patients to display",
"notes": "Informations complémentaires",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "Pour {duration} {durationUnit}",
"orderIndefiniteDuration": "Durée illimitée",
"provider": "Fournisseur",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "לא נמצאו תרופות",
"noNotesFound": "לא נמצאו הערות",
"noObservationsFound": "לא נמצאו תצפיות",
"noPatientsToDisplay": "No patients to display",
"notes": "הערות",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "למשך {duration} {durationUnit}",
"orderIndefiniteDuration": "למשך זמן בלתי מוגבל",
"provider": "ספק",
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-active-visits-app/translations/km.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"noMedicationsFound": "រកមិនឃើញឱសថព្យាបាលទេ",
"noNotesFound": "រកមិនឃើញការកត់ចំណាំទេ",
"noObservationsFound": "រកមិនឃើញការសង្កេតទេ",
"noPatientsToDisplay": "No patients to display",
"notes": "កំណត់ចំណាំ",
"noVisitsToDisplay": "No visits to display",
"orderDurationAndUnit": "សម្រាប់ {រយៈពេល} {ឯកតារយៈពេល}",
"orderIndefiniteDuration": "រយៈពេលមិនកំណត់",
"provider": "អ្នកផ្តល់សេវា",
Expand Down

0 comments on commit b3f3025

Please sign in to comment.