From 90d753984a81e619c8cd5e40c142e3d686824cff Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 10 Dec 2019 11:33:30 -0500 Subject: [PATCH] Bug 1583153 - Dependency tree view has wrong/confusing indentation --- skins/standard/dependency-tree.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skins/standard/dependency-tree.css b/skins/standard/dependency-tree.css index 5a65479b7..7b94bd5dd 100644 --- a/skins/standard/dependency-tree.css +++ b/skins/standard/dependency-tree.css @@ -23,7 +23,7 @@ [role="tree"] { display: block; - margin: 16px 0; + margin: 16px 0 0 22px; padding: 0; } @@ -47,6 +47,10 @@ vertical-align: top; } +[role="treeitem"][aria-expanded] { + margin-left: -22px; +} + [role="treeitem"][aria-expanded="true"] > .expander .icon { transform: rotate(90deg); } -- 2.47.3