diginet-core-ui 1.4.53-beta.1 → 1.4.53-beta.2

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.
@@ -619,7 +619,7 @@ const TreeView = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference)
619
619
  return jsx("div", {
620
620
  className: classNames('TreeView-Item', 'non-child', focusClass),
621
621
  style: {
622
- paddingLeft: multipleValueMode === 'single' ? 16 : 34 + 16 * level
622
+ paddingLeft: multipleValueMode === 'single' && !parentID ? 16 : 34 + 16 * level
623
623
  },
624
624
  onClick: multiple || selectBox || onChange ? e => onClickHandler(e, data) : undefined,
625
625
  key: index,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.53-beta.1",
3
+ "version": "1.4.53-beta.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",