Skip to content

Commit

Permalink
Prevent ProgressReportCard from overlapping ProgressSummaryCard (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdonigian authored Dec 18, 2024
1 parent 8a2ac3b commit b201b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const PnpFileAndSummary = ({
</Grid>
) : null}
<Grid container item md={report.cumulativeSummary ? 6 : 12} spacing={2}>
<Grid item md={6} justifyItems="end">
<Grid item justifyItems="end">
{!report.reportFile.value && report.reportFile.canEdit && (
<Typography variant="body2" paragraph>
Please upload the PnP for this reporting period. The progress data
Expand Down

0 comments on commit b201b95

Please sign in to comment.