This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2525 "@types/jest" : " 28.1.6" ,
2626 "@testing-library/jest-dom" : " 5.16.4" ,
2727 "@testing-library/react" : " 13.3.0" ,
28- "@types/node" : " 18.0.6 " ,
28+ "@types/node" : " 18.6.1 " ,
2929 "@types/react" : " 18.0.15" ,
3030 "@types/react-dom" : " 18.0.6" ,
3131 "@types/react-color" : " 3.0.6" ,
5050 },
5151 "dependencies" : {
5252 "@emotion/styled" : " 11.9.3" ,
53- "@mui/material" : " 5.9.1 " ,
53+ "@mui/material" : " 5.9.2 " ,
5454 "@mui/icons-material" : " 5.8.4" ,
5555 "@popperjs/core" : " 2.11.5" ,
5656 "immutability-helper" : " 3.1.1" ,
6363 "react-dom" : " 18.2.0" ,
6464 "react-csv" : " 2.2.2" ,
6565 "react-popper" : " 2.3.0" ,
66- "@tanstack/react-table" : " 8.3.3 " ,
66+ "@tanstack/react-table" : " 8.3.6 " ,
6767 "@tanstack/match-sorter-utils" : " 8.1.1" ,
6868 "react-select" : " 5.4.0" ,
6969 "react-color" : " 2.19.3" ,
Original file line number Diff line number Diff line change @@ -436,7 +436,6 @@ export function Table(tableData: TableDataType) {
436436 < div
437437 key = { `div-add-row-cell-padding-left` }
438438 className = { `${ c ( "td padding-left" ) } ` }
439- style = { { minWidth : "17rem" } }
440439 >
441440 < Select
442441 styles = { CustomTemplateSelectorStyles }
You can’t perform that action at this time.
0 commit comments