diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html index 651eb0677..057c922a6 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html @@ -37,7 +37,7 @@
{{dmp.label}}
-
+
{{getUserRole(dmp)}} @@ -54,7 +54,7 @@
-

{{ 'USER-PROFILE.SETTINGS.TITLE' | translate}}

+

{{ 'USER-PROFILE.SETTINGS.TITLE' | translate}}

diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss index 88b6ec3e2..70be43784 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss @@ -9,11 +9,15 @@ // width: 100% // } .user-profile { - .profile-card-center-row { - justify-content: center; - } + .profile-card-center-row { + justify-content: center; + } - .profile-card { - margin-bottom: 1em; - } + .profile-card { + margin-bottom: 1em; + } +} + +.settings { + line-height: 2.4em !important; }