diff --git a/packages/devtools-components/package.json b/packages/devtools-components/package.json index aa55f42b3..fabfe847d 100644 --- a/packages/devtools-components/package.json +++ b/packages/devtools-components/package.json @@ -1,6 +1,6 @@ { "name": "devtools-components", - "version": "0.1.0", + "version": "0.1.1", "description": "DevTools HTML Components", "main": "index.js", "scripts": { diff --git a/packages/devtools-components/src/tree.css b/packages/devtools-components/src/tree.css index 6605d5bcc..9d928e027 100644 --- a/packages/devtools-components/src/tree.css +++ b/packages/devtools-components/src/tree.css @@ -33,6 +33,11 @@ border-inline-start: 1px solid #A2D1FF; } +/* Align with expandables siblings (where we have the arrow) */ +.tree-node[data-expandable="false"] .tree-indent:last-of-type { + margin-inline-end: 15px; +} + .tree .tree-node[data-expandable="true"] { cursor: default; }