[ARVADOS-WORKBENCH2] updated: 1.3.1-411-gcdd30b9a

Git user git at public.curoverse.com
Thu Mar 14 07:49:52 EDT 2019


Summary of changes:
 src/views/workbench/workbench.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cdd30b9a623a18671ac610c5503774cc4c322b11 (commit)
      from  b449a296cd8fc842ee196e1056e3be93fc9d29f5 (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 cdd30b9a623a18671ac610c5503774cc4c322b11
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Thu Mar 14 12:49:36 2019 +0100

    refs #
    Fix details panel trigger alignment
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx
index cca374d6..e6ac5130 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -144,7 +144,7 @@ export const WorkbenchPanel =
                         <SidePanel />
                     </Grid>
                     <Grid container item xs component="main" direction="column" className={classes.contentWrapper}>
-                        <Grid item>
+                        <Grid item xs>
                             <MainContentBar />
                         </Grid>
                         <Grid item xs className={classes.content}>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list