From 8ed486a77f8e8043d9c0cd0cd8225214697f9feb Mon Sep 17 00:00:00 2001
From: Stephanie Freitag <stephanie.freitag@holi.team>
Date: Fri, 10 Jan 2025 14:33:09 +0100
Subject: [PATCH] NOISSUE: fix visibility of volunteering filter button

---
 holi-apps/volunteering/components/VolunteeringFilterForm.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/holi-apps/volunteering/components/VolunteeringFilterForm.tsx b/holi-apps/volunteering/components/VolunteeringFilterForm.tsx
index 283c4c9556..6c6ab00df4 100644
--- a/holi-apps/volunteering/components/VolunteeringFilterForm.tsx
+++ b/holi-apps/volunteering/components/VolunteeringFilterForm.tsx
@@ -146,6 +146,7 @@ const styles = StyleSheet.create({
     marginTop: 24,
   },
   container: {
+    flexShrink: 1,
     height: '100%',
     marginHorizontal: 16,
     paddingTop: 32,
-- 
GitLab