Merge pull request #568 from proddy/dev

fix column size for temperature
This commit is contained in:
Proddy
2022-07-05 13:12:01 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -8,12 +8,12 @@
"@emotion/styled": "^11.9.3",
"@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@mui/material": "^5.8.7",
"@table-library/react-table-library": "4.0.6",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.1",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.2.5",
"axios": "^0.27.2",

View File

@@ -162,7 +162,7 @@ const DashboardData: FC = () => {
common_theme,
{
Table: `
--data-table-library_grid-template-columns: repeat(1, minmax(0, 1fr)) 100px 40px;
--data-table-library_grid-template-columns: repeat(1, minmax(0, 1fr)) 140px 40px;
`,
BaseRow: `
.td {