Merge pull request #11285 from overleaf/mf-fix-margin-bottom-dashboard

Add margin bottom to project dashboard search on mobile view

GitOrigin-RevId: e44d567d2848b23cbffc2b0dc487c468e3313bc4
This commit is contained in:
Tim Down 2023-01-18 12:09:11 +00:00 committed by Copybot
parent aa812a066a
commit 467936e655

View file

@ -402,7 +402,9 @@ ul.folders-menu {
form.project-search {
.form-group {
margin-bottom: 0;
@media (min-width: @screen-md) {
margin-bottom: 0;
}
}
}