Skip to content

Commit

Permalink
feat: remove width property from dataTableTheme for cleaner styling
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Nov 15, 2024
1 parent d97abce commit cd42bca
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 cd42bca

Please sign in to comment.