Skip to content

Commit

Permalink
Feedback | VersionTable no max width
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 15, 2024
1 parent 9a51dfa commit 566e620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/repos/VersionsTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const VersionsTable = ({ selected, versions, onChange, bgColor, checkbox, disabl
<TableContainer sx={{height: '220px'}}>
<Table
stickyHeader
sx={{ maxWidth: 650 }}
sx={{ minWidth: 650 }}
size='small'
>
<TableHead>
Expand Down

0 comments on commit 566e620

Please sign in to comment.