mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 21:39:28 +02:00
fix Add Columns alignment
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user