From 6c626143cb8f76ce45ac2fd8aae94247bf3f58c1 Mon Sep 17 00:00:00 2001 From: p2405951 Date: Wed, 10 Dec 2025 14:44:31 +0100 Subject: [PATCH] correct glasscard --- src/components/PendingMembers/PendingMembers.module.css | 4 ++-- src/components/chart/ParticipationChart.module.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/PendingMembers/PendingMembers.module.css b/src/components/PendingMembers/PendingMembers.module.css index 974b925..35a892e 100644 --- a/src/components/PendingMembers/PendingMembers.module.css +++ b/src/components/PendingMembers/PendingMembers.module.css @@ -10,8 +10,8 @@ display: flex; flex-direction: column; gap: 10px; - margin-top: 15px; - max-height: 181px; + margin-top: 0px; + max-height: 185px; overflow-y: auto; padding-right: 5px; scroll-behavior: smooth; diff --git a/src/components/chart/ParticipationChart.module.css b/src/components/chart/ParticipationChart.module.css index 9e16164..762ae0c 100644 --- a/src/components/chart/ParticipationChart.module.css +++ b/src/components/chart/ParticipationChart.module.css @@ -83,4 +83,7 @@ .partiText label { text-align: center; } + .leftBlock{ + width:100%; + } }