Skip to content

Commit

Permalink
mylife: smoother myhealth exams (fixes #8050) (#8051)
Browse files Browse the repository at this point in the history
Co-authored-by: mutugiii <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 8470fc3 commit 154cf69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.42",
"version": "0.16.43",
"myplanet": {
"latest": "v0.21.75",
"min": "v0.20.75"
Expand Down
2 changes: 1 addition & 1 deletion src/app/health/health.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h4 class="primary-text-color" i18n>Notes</h4>
</div>
</div>
<ng-container *ngIf="events.length > 0">
<h4 class="full-width" i18n>Examinations</h4>
<h3 class="full-width examinations-header" i18n>Examinations</h3>
<div class="full-width table-container" #examsTable>
<mat-table [dataSource]="eventTable" *ngIf="events.length > 0">
<ng-container *ngFor="let column of displayedColumns" [matColumnDef]="column" [sticky]="column === 'label'">
Expand Down
6 changes: 5 additions & 1 deletion src/app/health/health.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ mat-table {
}
}

.examinations-header {
text-align: center;
}

mat-header-cell div .header-date {
min-height: 1.7rem;
}
}

0 comments on commit 154cf69

Please sign in to comment.