Skip to content

Commit

Permalink
fix: add fix for Dialog header template close button (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Apr 14, 2020
1 parent 629c992 commit ac86c9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<fd-bar-element [fullWidth]="true">
<ng-content select="[fd-dialog-title]"></ng-content>
</fd-bar-element>
</div>
<div fd-bar-right>
<fd-bar-element>
<ng-content select="[fd-dialog-close-button]"></ng-content>
</fd-bar-element>
Expand Down

0 comments on commit ac86c9c

Please sign in to comment.