Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit fc058ff

Browse files
authored
1 line on cards (#298)
* 1 line on cards * removed the dash
1 parent 51c6add commit fc058ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/components/statistics/statistics-card/statistics-card.component.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<div class="card" [ngClass]="{'dialog': dialog}">
22
<div class="card-header">
33
<div class="card-header-contents">
4-
<h3 *ngIf="item.header" class="m-0">
5-
{{ item.header }}
6-
</h3>
74
<h4 *ngIf="item.subHeader" class="m-0">
8-
{{ item.subHeader }}
5+
{{ item.header }} {{ item.subHeader }}
96
</h4>
107
</div>
118
</div>

0 commit comments

Comments
 (0)