From fdf7a34f8f2adf887a7dcf902a80ee2966c67166 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 17 Jan 2025 10:32:23 +0000 Subject: [PATCH] Avoid shifting the layout of the project dashboard when items are selected (#22937) GitOrigin-RevId: 98f153efddfcc3c11712010e607cc1a308e74279 --- .../frontend/stylesheets/bootstrap-5/pages/project-list.scss | 3 +++ 1 file changed, 3 insertions(+) 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 c6e61099c7..c71ab65be6 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/project-list.scss @@ -155,6 +155,9 @@ .project-tools { flex-shrink: 0; margin-left: auto; + min-height: 38px; + display: flex; + align-items: center; } @include media-breakpoint-down(md) {