Skip to content

Commit af295a9

Browse files
committed
fix: remove no longer necessary !important
1 parent 1885e9f commit af295a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MUIDataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const defaultTableStyles = theme => ({
2929
root: {
3030
'& .datatables-noprint': {
3131
'@media print': {
32-
display: 'none !important',
32+
display: 'none',
3333
},
3434
},
3535
},

0 commit comments

Comments
 (0)