Skip to content

Commit 639fa52

Browse files
committed
fix(material/dialog): change width to not cut off form field in component example (#26157)
(cherry picked from commit 93818e5)
1 parent dac9e81 commit 639fa52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components-examples/material/dialog/dialog-overview/dialog-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class DialogOverviewExample {
2121

2222
openDialog(): void {
2323
const dialogRef = this.dialog.open(DialogOverviewExampleDialog, {
24-
width: '250px',
2524
data: {name: this.name, animal: this.animal},
2625
});
2726

0 commit comments

Comments
 (0)