Skip to content

Commit

Permalink
Fix NcEmptyContent used inside NcModal
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 14, 2022
1 parent 1055f92 commit 9a64403
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/NcEmptyContent/NcEmptyContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ export default {
flex-direction: column;
margin-top: 20vh;
.modal-wrapper & {
margin-top: 5vh;
margin-bottom: 5vh;
}
&__icon {
display: flex;
align-items: center;
Expand All @@ -152,6 +157,11 @@ export default {
&__action {
margin-top: 8px;
.modal-wrapper & {
margin-top: 20px;
display: flex;
}
}
}
</style>

0 comments on commit 9a64403

Please sign in to comment.