Commit 88cc7c21 authored by Deni Rinaldi's avatar Deni Rinaldi

fixColumn

parent 01509e4f
......@@ -442,8 +442,22 @@ exports.customTable3 = function () {
},
MUIDataTableBodyCell: {
root: {
fontSize: "10pt",
padding: "3px"
fontSize: "10pt"
}
},
MuiTableCell: {
root: {
display: 'table-cell',
padding: 7,
paddingLeft: 25,
fontSize: '0.875rem',
textAlign: 'left',
fontFamily: "Roboto, Helvetica, Arial, sans-serif",
fontWeight: 400,
lineHeight: 1.43,
borderBottom: '1px solid rgba(224, 224, 224, 1)',
letterSpacing: '0.01071em',
verticalAlign: 'inherit',
}
},
MUIDataTableSelectCell: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment