Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3e8e201

Browse files
#621 - Keep height of sections identical
1 parent e726f19 commit 3e8e201

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/AddToGroupModal

1 file changed

+1
-1
lines changed

client/src/components/AddToGroupModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default function AddToGroupModal({ onCancel, updateUser, user }) {
246246
width={listWidth + 20}
247247
height={
248248
filteredMyGroups.length > 10
249-
? 450
249+
? 250
250250
: filteredMyGroups.length * 45
251251
}
252252
rowCount={filteredMyGroups.length}

0 commit comments

Comments
 (0)