This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
The following commit(s) were added to refs/heads/master by this push:
new 994e202 Tweak entity tree spacing to better convey grouping within an
application
new 8dc6078 Merge pull request #190 from alasdairhodge/master
994e202 is described below
commit 994e2025f51a0e26bc9db5fd1b9dbd4d64dcafe1
Author: Alasdair Hodge <[email protected]>
AuthorDate: Thu Feb 11 15:18:35 2021 +0000
Tweak entity tree spacing to better convey grouping within an application
---
.../app-inspector/app/components/entity-tree/entity-node.less | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/ui-modules/app-inspector/app/components/entity-tree/entity-node.less
b/ui-modules/app-inspector/app/components/entity-tree/entity-node.less
index 6b7e3c4..0ec4b46 100644
--- a/ui-modules/app-inspector/app/components/entity-tree/entity-node.less
+++ b/ui-modules/app-inspector/app/components/entity-tree/entity-node.less
@@ -98,4 +98,10 @@
margin-left: 10px;
}
}
+
+ // remove spacing between child entities (but preserve it between top-level
applications)
+ .entity-node {
+ padding-top: 0;
+ margin-top: -1px;
+ }
}