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%; + } }