diff --git a/frontend/src/styles/pages.css b/frontend/src/styles/pages.css index 091e44e..dda82cc 100644 --- a/frontend/src/styles/pages.css +++ b/frontend/src/styles/pages.css @@ -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; }