Skip to content

Commit 2913407

Browse files
authored
Merge pull request #3253 from nextcloud/bugfix/noid/empty-content-in-modal
Fix NcEmptyContent used inside NcModal
2 parents 1055f92 + 9a64403 commit 2913407

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/NcEmptyContent/NcEmptyContent.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ export default {
127127
flex-direction: column;
128128
margin-top: 20vh;
129129
130+
.modal-wrapper & {
131+
margin-top: 5vh;
132+
margin-bottom: 5vh;
133+
}
134+
130135
&__icon {
131136
display: flex;
132137
align-items: center;
@@ -152,6 +157,11 @@ export default {
152157
153158
&__action {
154159
margin-top: 8px;
160+
161+
.modal-wrapper & {
162+
margin-top: 20px;
163+
display: flex;
164+
}
155165
}
156166
}
157167
</style>

0 commit comments

Comments
 (0)