[ARVADOS-WORKBENCH2] created: 1.2.0-815-g247b312

Git user git at public.curoverse.com
Thu Nov 8 04:42:09 EST 2018


        at  247b312a502ac3fdcc915a2e6e858a0eea8c0c5b (commit)


commit 247b312a502ac3fdcc915a2e6e858a0eea8c0c5b
Author: Pawel Kromplewski <pawel.kromplewski at contractors.roche.com>
Date:   Thu Nov 8 10:42:01 2018 +0100

    Expand icon size
    
    Feature #14425
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kromplewski <pawel.kromplewski at contractors.roche.com>

diff --git a/src/components/tree/tree.tsx b/src/components/tree/tree.tsx
index b6d7719..4cbefbd 100644
--- a/src/components/tree/tree.tsx
+++ b/src/components/tree/tree.tsx
@@ -146,7 +146,7 @@ export const Tree = withStyles(styles)(
         }
 
         getProperArrowAnimation = (status: string, items: Array<TreeItem<T>>) => {
-            return this.isSidePanelIconNotNeeded(status, items) ? <span /> : <SidePanelRightArrowIcon />;
+            return this.isSidePanelIconNotNeeded(status, items) ? <span /> : <SidePanelRightArrowIcon style={{ fontSize: '14px' }} />;
         }
 
         isSidePanelIconNotNeeded = (status: string, items: Array<TreeItem<T>>) => {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list