Skip to content

Commit

Permalink
restricted chapter projects' table height
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartlage3 committed Mar 12, 2022
1 parent c493485 commit 9edeb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/natlAdmin/AdminTableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function AdminTableRow({ chapter, chapterProjects }: Props) {
border="1px solid #E2E8F0"
borderRadius={10}
overflowX="hidden"
maxheight="250px"
height="250px"
>
<Table variant="unstyled" size="sm">
<Thead color="#999999">
Expand Down

0 comments on commit 9edeb9f

Please sign in to comment.