aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.ts')
-rw-r--r--Timeline/ClientApp/src/app/app.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.ts b/Timeline/ClientApp/src/app/app.component.ts
index 58fe7cac..1798d8f4 100644
--- a/Timeline/ClientApp/src/app/app.component.ts
+++ b/Timeline/ClientApp/src/app/app.component.ts
@@ -13,7 +13,7 @@ export class AppComponent {
openUserDialog() {
this.dialog.open(UserDialogComponent, {
- width: '250px'
+ width: '300px'
});
}
}