automatic (some) columns expansion to avoid truncation

This commit is contained in:
pswid
2023-05-29 12:54:58 +02:00
parent b57fff13eb
commit 685f987a8e
4 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ const DashboardSensors: FC = () => {
common_theme,
{
Table: `
--data-table-library_grid-template-columns: 80px repeat(1, minmax(0, 1fr)) 120px 100px;
--data-table-library_grid-template-columns: 80px repeat(1, minmax(0, 1fr)) 120px 110px;
`
}
]);