Skip to content

Commit b5b8d38

Browse files
authored
Merge pull request #810 from amitamrutiya/fix-catalog-table
feat: remove width property from dataTableTheme for cleaner styling
2 parents 46d47e2 + 5528d68 commit b5b8d38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/custom/ResponsiveDataTable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ const dataTableTheme = (theme: Theme, backgroundColor?: string) =>
126126
styleOverrides: {
127127
root: {
128128
background: backgroundColor || theme.palette.background.default,
129-
maxWidth: '-moz-available',
130-
width: '-moz-available'
129+
maxWidth: '-moz-available'
131130
}
132131
}
133132
},

0 commit comments

Comments
 (0)