@dataloop-ai/components 0.17.17 → 0.17.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.17.17",
3
+ "version": "0.17.18",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -464,7 +464,7 @@ export default defineComponent({
464
464
  .dl-popup {
465
465
  z-index: calc(var(--dl-z-index-menu) - 1);
466
466
  position: fixed !important;
467
- padding: 0 0 16px;
467
+ padding: 10px 0 16px 0;
468
468
  border: 1px solid var(--dl-color-separator);
469
469
  display: flex;
470
470
  background-color: var(--dl-color-panel-background);