Skip to content

Commit

Permalink
ui: change max width to be false so it content fill container
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Sep 26, 2023
1 parent 53bee34 commit a90c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/listing/details/criteria/criteria.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function ChplCriteria(props) {
</ChplTooltip>
</AccordionSummary>
<AccordionDetails>
<Container>
<Container maxWidth="false">
{ criteria.filter((cc) => cc.criterion.removed && (cc.success || viewAll))
.map((cc) => (
<ChplCriterion
Expand Down

0 comments on commit a90c623

Please sign in to comment.