@dataloop-ai/components 0.16.34 → 0.16.35

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.16.34",
3
+ "version": "0.16.35",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -340,6 +340,7 @@ export default defineComponent({
340
340
  padding: 0;
341
341
  flex: 10000 1 0%;
342
342
  flex-wrap: nowrap;
343
+ line-height: 1;
343
344
  z-index: 0;
344
345
  user-select: none !important;
345
346
  min-width: 1.5em;
@@ -466,3 +466,10 @@ export default defineComponent({
466
466
  flex-grow: 1;
467
467
  }
468
468
  </style>
469
+ <style lang="scss">
470
+ .dl-btn-dropdown {
471
+ .dl-btn-content {
472
+ line-height: unset;
473
+ }
474
+ }
475
+ </style>