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)

(cherry picked from commit 93818e5)
  • Loading branch information
amysorto committed Dec 6, 2022
1 parent dac9e81 commit 639fa52
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 639fa52

Please sign in to comment.