From 8818e433018b99f9d7e8f41af23184d6ce4a83b7 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Wed, 27 Aug 2025 13:53:06 +0200 Subject: [PATCH] fix: cropped member card infos --- public/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index d67c905..c1becd8 100644 --- a/public/styles.css +++ b/public/styles.css @@ -314,7 +314,7 @@ p { } .member-card.expanded .member-details { - max-height: 500px; /* Adjust based on your content */ + max-height: 2000px; /* Allow full expansion for active tasks while maintaining smooth transition */ opacity: 1; } @@ -1652,7 +1652,7 @@ p { } .member-card.expanded .member-details { - max-height: 500px; /* Adjust based on your content */ + max-height: 2000px; /* Allow full expansion for active tasks while maintaining smooth transition */ opacity: 1; }