Skip to content

Commit

Permalink
fix broken tables on account tab (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Oct 7, 2024
1 parent a26cd68 commit 4ff2034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions www/src/components/account/GroupsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export function GroupsList({ q }: any) {
const { edges, pageInfo } = data.groups

return (
<Div
flexGrow={1}
maxHeight="max-content"
>
<Div flexGrow={1}>
{edges?.length ? (
<StandardScroller
listRef={listRef}
Expand Down
1 change: 0 additions & 1 deletion www/src/components/utils/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const List = forwardRef<HTMLDivElement, ListProps>(
padding={0}
margin={0}
flexGrow={1}
maxHeight="min-content"
{...props}
overflow="hidden"
as={Ul}
Expand Down

0 comments on commit 4ff2034

Please sign in to comment.