Skip to content

Commit

Permalink
fix column size for temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jul 5, 2022
1 parent 4e5b460 commit eddbacf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions interface/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion interface/src/project/DashboardData.tsx
Expand Up @@ -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 {
Expand Down

0 comments on commit eddbacf

Please sign in to comment.