[ARVADOS-WORKBENCH2] updated: 1.1.4-438-g1e42fac

Git user git at public.curoverse.com
Fri Jul 27 05:32:09 EDT 2018


Summary of changes:
 src/components/list-item-text-icon/list-item-text-icon.tsx | 2 +-
 src/components/side-panel/side-panel.tsx                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  1e42face4cff8350eed9351d810bf82b83f86576 (commit)
      from  42de1303354a30d004095003d6143deaa3f62992 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 1e42face4cff8350eed9351d810bf82b83f86576
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Fri Jul 27 11:31:23 2018 +0200

    Fix layout after modifing tree component
    
    Feature #13855
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/components/list-item-text-icon/list-item-text-icon.tsx b/src/components/list-item-text-icon/list-item-text-icon.tsx
index 8f9d474..6f8a2c4 100644
--- a/src/components/list-item-text-icon/list-item-text-icon.tsx
+++ b/src/components/list-item-text-icon/list-item-text-icon.tsx
@@ -23,7 +23,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         color: theme.palette.primary.main,
     },
     hasMargin: {
-        marginLeft: '18px',
+        marginLeft: `${theme.spacing.unit}px`,
     },
 });
 
diff --git a/src/components/side-panel/side-panel.tsx b/src/components/side-panel/side-panel.tsx
index de6b3c8..ec648e1 100644
--- a/src/components/side-panel/side-panel.tsx
+++ b/src/components/side-panel/side-panel.tsx
@@ -34,7 +34,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     toggableIconContainer: {
         color: theme.palette.grey["700"],
         height: '14px',
-        position: 'absolute'
+        width: '14px'
     },
     toggableIcon: {
         fontSize: '14px'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list