From 858d361e9830033afefb294862e7a4b641c96d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 16 Apr 2026 08:55:30 +0200 Subject: [PATCH] css fixes --- frontend/src/styles/pages.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }