Skip to content
Snippets Groups Projects
Unverified Commit 1349fea4 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3078 from nextcloud/design/priority-inbox-whitespace

Fix vertical space between sections in priority inbox
parents 46e00b37 306a7a13
No related branches found
No related tags found
No related merge requests found
......@@ -417,4 +417,13 @@ export default {
}
</script>
<style scoped></style>
<style lang="scss" scoped>
// Fix vertical space between sections in priority inbox
.nameimportant,
.namestarred {
::v-deep #load-more-mail-messages {
margin-top: 0;
margin-bottom: 8px;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment