Skip to content

Commit

Permalink
Feedback | Org repos | fixing height
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 16, 2024
1 parent 63e6376 commit f251fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/orgs/OrgHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const OrgHome = () => {
defaultFiltersOpen={false}
nested
noTabs
filtersHeight='calc(100vh - 300px)'
resultContainerStyle={{height: height, overflow: 'auto'}}
filtersHeight='calc(100vh - 275px)'
resultContainerStyle={{height: 'calc(100vh - 375px)', overflow: 'auto'}}
/>
}
{
Expand Down

0 comments on commit f251fac

Please sign in to comment.