Skip to content

Commit cd42bca

Browse files
committed
feat: remove width property from dataTableTheme for cleaner styling
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent d97abce commit cd42bca

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)