From: Kohei Yoshino Date: Tue, 10 Dec 2019 16:33:30 +0000 (-0500) Subject: Bug 1583153 - Dependency tree view has wrong/confusing indentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90d753984a81e619c8cd5e40c142e3d686824cff;p=thirdparty%2Fbugzilla.git Bug 1583153 - Dependency tree view has wrong/confusing indentation --- 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); }