Skip to content

Commit

Permalink
fix(material/dialog): change width to not cut off form field in compo…
Browse files Browse the repository at this point in the history
…nent example (#26157)
  • Loading branch information
amysorto committed Dec 6, 2022
1 parent 5b57863 commit 93818e5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -21,7 +21,6 @@ export class DialogOverviewExample {

openDialog(): void {
const dialogRef = this.dialog.open(DialogOverviewExampleDialog, {
width: '250px',
data: {name: this.name, animal: this.animal},
});

Expand Down

0 comments on commit 93818e5

Please sign in to comment.