From 36bef65d8c4491cd13f8199d8522994ef7b2b7ac Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 21 Feb 2025 13:46:05 +0000 Subject: [PATCH] Revert "Use fixed width for project list checkbox cell (#23778)" (#23808) This reverts commit 4d3f443f99f366a43a1b59a7556c0341c06d7af9. GitOrigin-RevId: 1b111d9b4826ecdba1d40334f9c8e25e2b8561b1 --- .../bootstrap-5/pages/project-list.scss | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss index 84ef0d92d1..c7a8cad1dc 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss @@ -379,12 +379,12 @@ .dash-cell-name { hyphens: auto; + width: 50%; word-break: break-word; } .dash-cell-owner { width: 20%; - word-break: break-word; } .dash-cell-date { @@ -420,11 +420,11 @@ @include media-breakpoint-up(sm) { .dash-cell-checkbox { - width: 25px; + width: 4%; } .dash-cell-name { - width: calc(54% - 25px); + width: 50%; } .dash-cell-owner { @@ -442,11 +442,11 @@ @include media-breakpoint-up(md) { .dash-cell-checkbox { - width: 25px; + width: 4%; } .dash-cell-name { - width: calc(48% - 25px); + width: 44%; } .dash-cell-owner { @@ -469,11 +469,11 @@ @include media-breakpoint-up(lg) { .dash-cell-checkbox { - width: 25px; + width: 3%; } .dash-cell-name { - width: calc(49% - 25px); + width: 46%; } .dash-cell-owner { @@ -497,11 +497,11 @@ @include media-breakpoint-up(xl) { .dash-cell-checkbox { - width: 25px; + width: 3%; } .dash-cell-name { - width: calc(49% - 25px); + width: 46%; } .dash-cell-owner { @@ -519,11 +519,11 @@ @include media-breakpoint-up(xxl) { .dash-cell-checkbox { - width: 25px; + width: 2%; } .dash-cell-name { - width: calc(51% - 25px); + width: 49%; } .dash-cell-owner {