Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Remove <p> surrounding modal content (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszHenn authored and jfcere committed May 15, 2018
1 parent 2aa893b commit 875bac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/modal/modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
>
<div class="modal-content">
<ng-content select="mz-modal-header"></ng-content>
<p>
<div>
<ng-content select="mz-modal-content"></ng-content>
</p>
</div>
</div>
<div class="modal-footer">
<ng-content select="mz-modal-footer"></ng-content>
</div>
</div>
</div>

0 comments on commit 875bac0

Please sign in to comment.