fixes in css

This commit is contained in:
Mateusz Gruszczyński
2026-04-15 20:13:32 +02:00
parent 5356342f6d
commit 91c178b450
2 changed files with 25 additions and 2 deletions

View File

@@ -3138,6 +3138,17 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
padding-inline: 0.8rem;
}
.repository-table--routers.app-table .p-datatable-thead > tr > th:first-child,
.repository-table--routers.app-table .p-datatable-tbody > tr > td:first-child{
width: 18%;
min-width: 220px;
max-width: 0;
}
.repository-table--routers .table-primary--ellipsis{
max-width: 100%;
}
.repository-table .table-primary--ellipsis{
display:block;
max-width:100%;
@@ -3336,6 +3347,13 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
text-overflow:unset;
}
.repository-table--routers.app-table .p-datatable-thead > tr > th:first-child,
.repository-table--routers.app-table .p-datatable-tbody > tr > td:first-child{
width: auto;
min-width: 0;
max-width: none;
}
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(2),
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(2),
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(7),