Skip to content

Commit

Permalink
1 line on cards (#298)
Browse files Browse the repository at this point in the history
* 1 line on cards

* removed the dash
  • Loading branch information
Botosio authored Nov 11, 2020
1 parent 51c6add commit fc058ff
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<div class="card" [ngClass]="{'dialog': dialog}">
<div class="card-header">
<div class="card-header-contents">
<h3 *ngIf="item.header" class="m-0">
{{ item.header }}
</h3>
<h4 *ngIf="item.subHeader" class="m-0">
{{ item.subHeader }}
{{ item.header }} {{ item.subHeader }}
</h4>
</div>
</div>
Expand Down

1 comment on commit fc058ff

@vercel
Copy link

@vercel vercel bot commented on fc058ff Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.