@dataloop-ai/components 0.17.39 → 0.17.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -267,7 +267,7 @@ export default defineComponent({
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.content {
|
|
270
|
-
padding: var(--dl-dialog-box-content-padding,
|
|
270
|
+
padding: var(--dl-dialog-box-content-padding, 20px 16px 30px 16px);
|
|
271
271
|
overflow: auto;
|
|
272
272
|
height: 100%;
|
|
273
273
|
|
|
@@ -281,7 +281,7 @@ export default defineComponent({
|
|
|
281
281
|
|
|
282
282
|
.footer {
|
|
283
283
|
display: flex;
|
|
284
|
-
padding: 16px;
|
|
284
|
+
padding: 20px 16px;
|
|
285
285
|
border-top: var(--dl-dialog-separator);
|
|
286
286
|
}
|
|
287
287
|
|