Skip to content

Commit

Permalink
Merge pull request #810 from amitamrutiya/fix-catalog-table
Browse files Browse the repository at this point in the history
feat: remove width property from dataTableTheme for cleaner styling
  • Loading branch information
amitamrutiya authored Nov 15, 2024
2 parents 46d47e2 + 5528d68 commit b5b8d38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/custom/ResponsiveDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ const dataTableTheme = (theme: Theme, backgroundColor?: string) =>
styleOverrides: {
root: {
background: backgroundColor || theme.palette.background.default,
maxWidth: '-moz-available',
width: '-moz-available'
maxWidth: '-moz-available'
}
}
},
Expand Down

0 comments on commit b5b8d38

Please sign in to comment.