[ARVADOS-WORKBENCH2] updated: 1.2.0-375-gfa7af09

Git user git at public.curoverse.com
Mon Sep 17 05:41:19 EDT 2018


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

       via  fa7af09515176daff7109c7f135eb5d742ed42d8 (commit)
      from  a6540e058f12352e3cde3486f6a613b6a7420172 (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 fa7af09515176daff7109c7f135eb5d742ed42d8
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Mon Sep 17 11:41:11 2018 +0200

    add minSize for main content
    
    Feature #14038
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views/workbench/workbench.tsx b/src/views/workbench/workbench.tsx
index 4d3c8ce..95f4683 100644
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@ -120,8 +120,8 @@ export const Workbench = withStyles(styles)(
                         {this.props.user &&
                             <Grid container item xs alignItems="stretch" wrap="nowrap">
                                 <Grid container item className={classes.container}>
-                                    <SplitterLayout customClassName={classes.splitter}
-                                        primaryIndex={0} primaryMinSize={20} secondaryInitialSize={80} percentage={true}>
+                                <SplitterLayout customClassName={classes.splitter} percentage={true}
+                                    primaryIndex={0} primaryMinSize={20} secondaryInitialSize={80} secondaryMinSize={40}>
                                         <Grid container item xs component='aside' direction='column' className={classes.asidePanel}>
                                             <SidePanel />
                                         </Grid>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list