This is an automated email from the ASF dual-hosted git repository.

heneveld 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 7a22e8a6 align icons in app inspector tree
7a22e8a6 is described below

commit 7a22e8a61bbe4722fcdd3ad9a5ee1371d9f141cc
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Mar 6 10:55:08 2023 +0000

    align icons in app inspector tree
    
    if text is long the icon might get shrinked without this change
---
 ui-modules/app-inspector/app/components/entity-tree/entity-node.less | 1 +
 1 file changed, 1 insertion(+)

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 2645dd5d..2b7adc07 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
@@ -95,6 +95,7 @@
     .entity-node-toggle-wrapper {
       width: 38px;      
       flex-grow: 0;
+      flex-shrink: 0;
     }
     .entity-node-toggle {
       width: 38px;      

Reply via email to