mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Set min height for project list header (#15599)
GitOrigin-RevId: 85c6ac8784fedfc69d52a78d0584d63c44122306
This commit is contained in:
parent
a4b9947fe4
commit
994e18bdee
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: @margin-sm;
|
margin-bottom: @margin-sm;
|
||||||
|
min-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-list-title {
|
.project-list-title {
|
||||||
|
|
Loading…
Reference in a new issue