We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1055f92 + 9a64403 commit 2913407Copy full SHA for 2913407
src/components/NcEmptyContent/NcEmptyContent.vue
@@ -127,6 +127,11 @@ export default {
127
flex-direction: column;
128
margin-top: 20vh;
129
130
+ .modal-wrapper & {
131
+ margin-top: 5vh;
132
+ margin-bottom: 5vh;
133
+ }
134
+
135
&__icon {
136
display: flex;
137
align-items: center;
@@ -152,6 +157,11 @@ export default {
152
157
153
158
&__action {
154
159
margin-top: 8px;
160
161
162
+ margin-top: 20px;
163
+ display: flex;
164
155
165
}
156
166
167
</style>
0 commit comments