Skip to content

Commit

Permalink
fix(contactsmenu): empty content margin
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>

[skip ci]
  • Loading branch information
st3iny authored and backportbot[bot] committed May 21, 2024
1 parent 278aafd commit 779342d
Showing 1 changed file with 4 additions and 0 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>

0 comments on commit 779342d

Please sign in to comment.