fix Add Columns alignment

This commit is contained in:
Sidney Alcantara
2020-10-21 12:47:39 +11:00
parent 6c403dbce7
commit aeee138b58
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ export default function Table() {
name: "Add column",
type: FieldType.last,
index: columns.length ?? 0,
width: 160,
width: 201,
headerRenderer: FinalColumnHeader,
cellClass: finalColumnClasses.cell,
formatter: FinalColumn,

View File

@@ -10,7 +10,7 @@ export const useStyles = makeStyles((theme) =>
lineHeight: "inherit !important",
},
"& .rdg-header": { overflow: "visible" },
"& .rdg-header": { overflowY: "visible" },
"& .rdg-header, & .rdg-header .rdg-cell": {
backgroundColor: theme.palette.background.default,
},