Skip to content

Commit 87d7638

Browse files
SimpleelegantSimpleelegant
authored andcommitted
merge fix-empty-modal-footer-style into master
fix(module:modal): empty modal footer style Created-by: xucr11 Commit-by: xucr11 Merged-by: Simpleelegant Description: fix(module:modal): empty modal footer style See merge request: DevCloudFE/ng-devui!1
2 parents 11e3a17 + 9a4ca8b commit 87d7638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devui/modal/modal-footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="modal-footer">
1+
<div *ngIf="buttons?.length" class="modal-footer">
22
<d-button
33
*ngFor="let button of buttons"
44
[bsSize]="'md'"

0 commit comments

Comments
 (0)