]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1583153 - Dependency tree view has wrong/confusing indentation
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 10 Dec 2019 16:33:30 +0000 (11:33 -0500)
committerdklawren <dklawren@users.noreply.github.com>
Tue, 10 Dec 2019 16:33:29 +0000 (11:33 -0500)
skins/standard/dependency-tree.css

index 5a65479b7428764b193ca198a23d87a8bf39e46d..7b94bd5dd75b8628f50bcd5069f1e2f7a7290dce 100644 (file)
@@ -23,7 +23,7 @@
 
 [role="tree"] {
   display: block;
-  margin: 16px 0;
+  margin: 16px 0 0 22px;
   padding: 0;
 }
 
   vertical-align: top;
 }
 
+[role="treeitem"][aria-expanded] {
+  margin-left: -22px;
+}
+
 [role="treeitem"][aria-expanded="true"] > .expander .icon {
   transform: rotate(90deg);
 }