Merge pull request #45406 from nextcloud/fix/contactsmenu/empty-content-margin

fix(contactsmenu): empty content margin
This commit is contained in:
Pytal 2024-05-21 10:11:32 -07:00 committed by GitHub
commit 5ae18ee06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

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

6
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