Skip to content

Commit b11335f

Browse files
committed
fix: table display
1 parent 93a48a0 commit b11335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/components/MuiTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ const MuiTable: Components['MuiTable'] = {
88
styleOverrides: {
99
root: ({ ownerState }) => ({
1010
borderStyle: 'hidden',
11-
display: 'block',
1211
overflowX: 'auto',
1312
[`.${tableCellClasses.root}`]: {
1413
border: '2px solid white'
1514
},
1615
...(includesClassNames(ownerState, ['text']) && {
1716
borderStyle: 'unset',
17+
display: 'block',
1818
[`.${tableCellClasses.root}`]: {
1919
border: '1px solid #DDD'
2020
}

0 commit comments

Comments
 (0)