Skip to content

Commit

Permalink
ui: change cqm card class to have maxheight
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Dec 18, 2023
1 parent 4a3e155 commit 963d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/listing/details/cqms/cqms-edit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const useStyles = makeStyles({
...utilStyles,
cardContainer: {
width: '100%',
height: '700px',
maxHeight: '700px',
overflowY: 'auto',
},
column: {
Expand Down

0 comments on commit 963d32c

Please sign in to comment.