Skip to content

Commit

Permalink
Merge pull request #45426 from nextcloud/backport/45406/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(contactsmenu): empty content margin
  • Loading branch information
joshtrichards authored May 28, 2024
2 parents 8f0bbcd + 60e9c28 commit 5b7331a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions core/src/views/ContactsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,9 @@ export default {
}
}
}
:deep(.empty-content) {
margin: 0 !important;
}
}
</style>
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit 5b7331a

Please sign in to comment.