Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 29, 2024
1 parent 2b528d6 commit 7358ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dialog/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const hideAnimation = animation([animate('{{transition}}', style({ transform: '{
pRipple
pButton
[attr.tabindex]="closeTabindex"
[ngStyle]="{ 'min-width': null }"
[ngStyle]="{ 'min-width': 0 }"
>
<ng-container *ngIf="!closeIconTemplate">
<span *ngIf="closeIcon" class="p-dialog-header-close-icon" [ngClass]="closeIcon"></span>
Expand Down

0 comments on commit 7358ce2

Please sign in to comment.