mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:51:40 +00:00
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:
parent
aa812a066a
commit
467936e655
1 changed files with 3 additions and 1 deletions
|
@ -402,7 +402,9 @@ ul.folders-menu {
|
|||
|
||||
form.project-search {
|
||||
.form-group {
|
||||
margin-bottom: 0;
|
||||
@media (min-width: @screen-md) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue