Skip to content

Commit 2f6f285

Browse files
amysortowagnermaciel
authored andcommitted
fix(material/dialog): change width to not cut off form field in component example (#26157)
1 parent bc7fd7e commit 2f6f285

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)