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 a4b9947fe4
commit 994e18bdee

View file

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