tbouron commented on a change in pull request #140: Icons on app inspector
URL: https://github.com/apache/brooklyn-ui/pull/140#discussion_r324550429
 
 

 ##########
 File path: ui-modules/app-inspector/app/components/entity-tree/entity-node.less
 ##########
 @@ -75,10 +75,28 @@
         margin-left: 10px;
       }
     }
+    .entity-node-toggle-wrapper {
+      width: 38px;      
+      flex-grow: 0;
+    }
     .entity-node-toggle {
-      flex-shrink: 1;
+      width: 38px;      
       padding: 12px;
       cursor: row-resize;
     }
   }
+  .node-icon {
+    .pull-right();
 
 Review comment:
   Why using `.pull-right()` mixin where the whole block is using flexbox? This 
is not right, should be one or the other. Based on the current setup, I think 
this should use flexbox only)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to