Skip to content

Commit 5ae18ee

Browse files
authored
Merge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-margin
fix(contactsmenu): empty content margin
2 parents 19e39b3 + f6ac35d commit 5ae18ee

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

core/src/views/ContactsMenu.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,9 @@ export default {
214214
}
215215
}
216216
}
217+
218+
:deep(.empty-content) {
219+
margin: 0 !important;
220+
}
217221
}
218222
</style>

dist/core-main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)