fix column size for temperature

This commit is contained in:
proddy
2022-07-05 13:00:58 +02:00
parent 4e5b460447
commit eddbacf5a7
2 changed files with 3 additions and 3 deletions

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 {