Skip to content

Commit

Permalink
fix(dev-app): ionic widgets demo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
trik committed Oct 21, 2020
1 parent 420cc42 commit c35c650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/dev-app/ion-widgets/widgets-demo.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<ion-content class="demo-widgets">
<h4 class="demo-section-header">Fields</h4>
<div class="demo-widgets">
<h4 class="demo-section-header">Widgets</h4>
<section>
<div *ngFor="let widget of widgets">
<h5>{{ widget.name }}</h5>
<ajf-widget [instance]="widget.instance"></ajf-widget>
</div>
</section>
</ion-content>
</div>
2 changes: 1 addition & 1 deletion src/dev-app/mat-widgets/widgets-demo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="demo-widgets">
<h4 class="demo-section-header">Fields</h4>
<h4 class="demo-section-header">Widgets</h4>
<section>
<div *ngFor="let widget of widgets">
<h5>{{ widget.name }}</h5>
Expand Down

0 comments on commit c35c650

Please sign in to comment.