diff --git a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html index bd2bc989f..79765665d 100644 --- a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html +++ b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html @@ -1,27 +1,37 @@
-
-
- {{'USER-PROFILE.ACTIONS.LINK-NEW-ACCOUNT' | translate}} -
-
- close +
+
+
+ {{'USER-PROFILE.ACTIONS.LINK-NEW-ACCOUNT' | translate}} +
+
+ close +
-
-
- - - +
+
+
+ + + +
-
-
- -
-
- + +
+
+
+
+
+ +
+
+ +
+
diff --git a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss index 94f957073..bfa745fc0 100644 --- a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.scss @@ -1,5 +1,4 @@ .template-container { - padding: 2.0rem; .header { display: flex; @@ -23,7 +22,6 @@ .close-icon { cursor: pointer; - margin-right: 20px; } .close-icon:hover { diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts b/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts index f9f0f4923..f67df945d 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.ts @@ -362,6 +362,8 @@ export class UserProfileComponent extends BaseComponent implements OnInit, OnDes autoFocus: false, // width: '653px', // maxHeight: '90vh', + width: '30%', + minWidth: 'fit-content', data: { email: '' }