Merge pull request #45426 from nextcloud/backport/45406/stable28

[stable28] fix(contactsmenu): empty content margin
This commit is contained in:
Josh 2024-05-28 17:33:35 -04:00 committed by GitHub
commit 5b7331ab75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -231,5 +231,9 @@ export default {
}
}
}
:deep(.empty-content) {
margin: 0 !important;
}
}
</style>

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long