diff --git a/frontend/src/app/features/invite-user-modal/summary/summary.component.html b/frontend/src/app/features/invite-user-modal/summary/summary.component.html index 7316591a0e..40e3294da2 100644 --- a/frontend/src/app/features/invite-user-modal/summary/summary.component.html +++ b/frontend/src/app/features/invite-user-modal/summary/summary.component.html @@ -8,22 +8,24 @@
+ -

{{ project.name }}

+

{{ project.name }}

-
- -

{{ principal?.name }}

-
- -

{{ role.name }}

-
-
+ + +

{{ principal?.name }}

+
+ + +

{{ role.name }}

+
+ -

{{ message }}

+

{{ message }}

diff --git a/frontend/src/app/features/invite-user-modal/summary/summary.component.sass b/frontend/src/app/features/invite-user-modal/summary/summary.component.sass index c87ea89e47..2ef72dc0c3 100644 --- a/frontend/src/app/features/invite-user-modal/summary/summary.component.sass +++ b/frontend/src/app/features/invite-user-modal/summary/summary.component.sass @@ -1,2 +1,6 @@ -.op-ium-summary-message - white-space: pre-wrap +.op-ium-summary + &--message + white-space: pre-wrap + + &--details + margin-bottom: 0 diff --git a/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts b/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts index bb669391d5..e6cea7faab 100644 --- a/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts +++ b/frontend/src/app/shared/components/modal/modal-wrapper-augment.service.ts @@ -99,7 +99,7 @@ export class OpModalWrapperAugmentService { } private appendIframe(body:JQuery, url:string) { - const iframe = jQuery(''); + const iframe = jQuery(''); iframe.attr('src', url); body.find(iframeSelector).append(iframe); diff --git a/frontend/src/global_styles/openproject/_onboarding.sass b/frontend/src/global_styles/openproject/_onboarding.sass index 19b71c7e16..08a31aff24 100644 --- a/frontend/src/global_styles/openproject/_onboarding.sass +++ b/frontend/src/global_styles/openproject/_onboarding.sass @@ -31,9 +31,11 @@ display: flex justify-content: space-between flex-direction: column + margin-bottom: 0 .onboarding--video-text line-height: 1.25 + margin-bottom: 1.25rem .onboarding--video align-self: center