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 (angular#26157)
  • Loading branch information
amysorto authored and wagnermaciel committed Dec 9, 2022
1 parent bc7fd7e commit 2f6f285
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 2f6f285

Please sign in to comment.