From 6549aad0901c1a8e0b49b026cc2a275719778379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 20 Apr 2026 11:35:04 +0200 Subject: [PATCH 1/2] Fix motion block projection for long mode adds linebreak for recommendation label --- .../motion-block-slide.component.html | 11 +++--- .../motion-block-slide.component.scss | 37 ++++++++++++++++++- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.html b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.html index 0360525023..a7550d2f48 100644 --- a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.html +++ b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.html @@ -23,16 +23,15 @@

@if (getMotion(i, j)) {
{{ getMotionTitle(i, j) }}
- @if (!shortDisplayStyle) { -
- } + @if (!commonRecommendation && getMotion(i, j).recommendationLabel) {
Date: Mon, 20 Apr 2026 16:04:59 +0200 Subject: [PATCH 2/2] Change padding --- .../motion-block-slide/motion-block-slide.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.scss b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.scss index 333c67a96c..f677a558d6 100644 --- a/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.scss +++ b/client/src/app/site/pages/meetings/modules/projector/modules/slides/components/motions/modules/motion-block-slide/components/motion-block-slide/motion-block-slide.component.scss @@ -70,7 +70,7 @@ td { } .recommendation-chip-wrapper { - padding: 5px 0 5px 0; + padding: 2px 0 5px 0; max-width: 100%; margin: 0;