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

@@ -148,7 +148,7 @@ const DashboardDevices: FC = () => {
common_theme,
{
Table: `
--data-table-library_grid-template-columns: minmax(0, 1fr) 150px 40px;
--data-table-library_grid-template-columns: minmax(0, 1fr) minmax(150px, auto) 40px;
height: auto;
max-height: 100%;
overflow-y: scroll;