From 4867fad816fed12f796773f4fdd66a303d162c8d Mon Sep 17 00:00:00 2001 From: Bastian Rihm Date: Wed, 10 Jul 2024 13:13:16 +0200 Subject: [PATCH] Fix allocation list icon alignment --- .../allocation-list/allocation-list.component.html | 3 ++- .../allocation-list/allocation-list.component.scss | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/src/app/site/pages/meetings/pages/meeting-settings/pages/meeting-settings-group-detail/components/allocation-list/allocation-list.component.html b/client/src/app/site/pages/meetings/pages/meeting-settings/pages/meeting-settings-group-detail/components/allocation-list/allocation-list.component.html index fbadd0ac4f..b82dc88e30 100644 --- a/client/src/app/site/pages/meetings/pages/meeting-settings/pages/meeting-settings-group-detail/components/allocation-list/allocation-list.component.html +++ b/client/src/app/site/pages/meetings/pages/meeting-settings/pages/meeting-settings-group-detail/components/allocation-list/allocation-list.component.html @@ -10,7 +10,7 @@ {{ 'You have to fill this field.' | translate }} - arrow_forward + arrow_forward {{ allocationLabel | translate }} @@ -19,6 +19,7 @@