diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.html b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.html index 9fa22beebf..8eb1f064ae 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.html +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.html @@ -61,11 +61,13 @@ } -
+
@if (showReason) {
-

{{ 'Reason' | translate }}

+

+ {{ 'Reason' | translate }} +

} @@ -75,7 +77,7 @@

{{ 'Reason' | translate }}

-

+

{{ 'Attachments' | translate }} attach_file

diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.scss b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.scss index e246d0033f..a840605c3a 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.scss +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/pages/motion-view/components/motion-content/motion-content.component.scss @@ -5,10 +5,8 @@ margin-top: 10px; } -.motion-content { - h3 { - font-weight: bold; - } +.motion-h3 { + font-weight: bold; } .attachment-entry {