Skip to content

Commit

Permalink
Changed table width to match Scan table.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Jun 25, 2024
1 parent 4b86bc1 commit 25e1c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Scans/ScanTasksView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export const ScanTasksView: React.FC = () => {
</MuiButton>
</Stack>
) : (
<Paper elevation={2} sx={{ width: '90%' }}>
<Paper elevation={2} sx={{ width: '100%' }}>
<DataGrid
rows={scansTasksRows}
rowCount={totalResults}
Expand Down

0 comments on commit 25e1c91

Please sign in to comment.