css fixes

This commit is contained in:
Mateusz Gruszczyński
2026-04-16 08:55:30 +02:00
parent 91c178b450
commit 858d361e98

View File

@@ -3243,18 +3243,18 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
.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){
width: 34%;
width: 18%;
max-width: 0;
}
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(7),
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(7){
width: 230px;
width: 20%;
min-width: 230px;
white-space: normal;
}
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(8),
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(8){
width: 200px;
width: 20%;
min-width: 200px;
white-space: normal;
}