fix: cropped member card infos

This commit is contained in:
2025-08-27 13:53:06 +02:00
parent 50544a6e5e
commit 8818e43301

View File

@@ -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;
}