Avoid shifting the layout of the project dashboard when items are selected (#22937)

GitOrigin-RevId: 98f153efddfcc3c11712010e607cc1a308e74279
This commit is contained in:
Alf Eaton
2025-01-17 10:32:23 +00:00
committed by Copybot
parent f03d346a32
commit fdf7a34f8f

View File

@@ -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) {