From 5034abb40866173f343f215876c0db969472e8ba Mon Sep 17 00:00:00 2001 From: reicda <165993199+reicda@users.noreply.github.com> Date: Tue, 14 May 2024 08:56:46 +0200 Subject: [PATCH] Fix motion styling around long list of tags (#3648) --- .../components/motion-call-list/motion-call-list.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-call-list/components/motion-call-list/motion-call-list.component.scss b/client/src/app/site/pages/meetings/pages/motions/pages/motion-call-list/components/motion-call-list/motion-call-list.component.scss index efbf54c6a2..52c0221451 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-call-list/components/motion-call-list/motion-call-list.component.scss +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-call-list/components/motion-call-list/motion-call-list.component.scss @@ -8,6 +8,7 @@ .left { vertical-align: middle; + min-width: 25%; max-width: 100%; flex-grow: 1; }