Skip to content

Commit

Permalink
Source verison list | increased max height
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 5, 2024
1 parent f6d0577 commit e34f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ConceptContainerVersionList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ACCORDIAN_HEADING_STYLES = {
fontWeight: 'bold',
}
const ACCORDIAN_DETAILS_STYLES = {
maxHeight: '300px', overflow: 'auto', display: 'inline-block', width: '100%'
maxHeight: '700px', overflow: 'auto', display: 'inline-block', width: '100%'
}


Expand Down

0 comments on commit e34f7df

Please sign in to comment.