@ixfx/components 0.8.0 → 0.8.1

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/dist/index.js CHANGED
@@ -4347,7 +4347,7 @@ let DockHostElement = class DockHostElement extends LitElement {
4347
4347
  min-height: 0;
4348
4348
  min-width: 0;
4349
4349
  box-sizing: border-box;
4350
- padding: var(--space-s);
4350
+ padding: var(--dock-leaf-body-padding, var(--space-s));
4351
4351
  }
4352
4352
 
4353
4353
  .empty {