make sure the settings dialog width is 600px for readability.
This commit is contained in:
@@ -237,7 +237,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
|
||||
}
|
||||
|
||||
openDialog(): void {
|
||||
const dialogRef = this.dialog.open(DashboardSettingsComponent);
|
||||
const dialogRef = this.dialog.open(DashboardSettingsComponent, {width: '600px',});
|
||||
|
||||
dialogRef.afterClosed().subscribe(result => {
|
||||
console.log(`Dialog result: ${result}`);
|
||||
|
||||
Reference in New Issue
Block a user