diff --git a/src/custom/ResponsiveDataTable.tsx b/src/custom/ResponsiveDataTable.tsx index 7f99704f..55098698 100644 --- a/src/custom/ResponsiveDataTable.tsx +++ b/src/custom/ResponsiveDataTable.tsx @@ -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' } } },