Skip to content

Commit

Permalink
Merge pull request #3253 from nextcloud/bugfix/noid/empty-content-in-…
Browse files Browse the repository at this point in the history
…modal

Fix NcEmptyContent used inside NcModal
  • Loading branch information
PVince81 committed Sep 14, 2022
2 parents 1055f92 + 9a64403 commit 2913407
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 2913407

Please sign in to comment.