Skip to content

Commit

Permalink
PIDP-912 Update dialog width (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paahn authored Jun 4, 2024
1 parent 3a9c389 commit 8fa8e6e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ export class LinkAccountConfirmPage implements OnInit {
},
};
return this.dialog
.open(ConfirmDialogComponent, { data, disableClose: true })
.open(ConfirmDialogComponent, {
data,
disableClose: true,
width: '500px',
maxWidth: '500px',
})
.afterClosed()
.pipe(
exhaustMap((result) =>
Expand Down

0 comments on commit 8fa8e6e

Please sign in to comment.