[ARVADOS-WORKBENCH2] updated: 1.2.0-329-g1688115

Git user git at public.curoverse.com
Fri Sep 7 05:05:36 EDT 2018


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

       via  16881157c9e5097ab8d6107a68abeb3e8d8f6d83 (commit)
      from  84befca1b91fc8feeb3258e86ac1a981d47ef914 (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 16881157c9e5097ab8d6107a68abeb3e8d8f6d83
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Fri Sep 7 11:05:01 2018 +0200

    Fix grid exception
    
    Feature #14149
    
    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 4360dbd..a166473 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -125,7 +125,7 @@ export const Workbench = withStyles(styles)(
                                     <Grid item>
                                         <MainContentBar />
                                     </Grid>
-                                    <Grid xs className={this.props.classes.content}>
+                                    <Grid item xs className={this.props.classes.content}>
                                         <Switch>
                                             <Route path={Routes.PROJECTS} component={ProjectPanel} />
                                             <Route path={Routes.COLLECTIONS} component={CollectionPanel} />

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list