fix: cropped member card infos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user