Skip to content

Commit

Permalink
Merge branch 'OCD-4783' of github.com:andlar/chpl-website into OCD-4783
Browse files Browse the repository at this point in the history
  • Loading branch information
andlar committed Feb 27, 2025
2 parents 297d1d5 + 4ce6b5e commit 483c628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/system-maintenance/cqm/cqms-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function ChplCqmsView({ cqms: initialCqms }) {
{ cqms
.map((item) => (
<TableRow key={`${item.display}`}>
<TableCell className={classes.firstColumn}>
<TableCell style={{ minWidth: '175px' }} className={classes.firstColumn}>
{ item.display }
</TableCell>
<TableCell>
Expand Down

0 comments on commit 483c628

Please sign in to comment.