Set min height for project list header (#15599)

GitOrigin-RevId: 85c6ac8784fedfc69d52a78d0584d63c44122306
This commit is contained in:
Alf Eaton
2023-11-06 10:53:34 +00:00
committed by Copybot
parent e11f6bf367
commit d0cf364e41

View File

@@ -192,6 +192,7 @@
display: flex;
align-items: center;
margin-bottom: @margin-sm;
min-height: 36px;
}
.project-list-title {