[ARVADOS-WORKBENCH2] updated: 1.2.0-119-g2c2bd28

Git user git at public.curoverse.com
Tue Aug 21 10:55:44 EDT 2018


Summary of changes:
 src/views-components/details-panel/details-panel.tsx         | 3 ++-
 src/views-components/dialog-update/dialog-project-update.tsx | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

       via  2c2bd28224c2480276ae714c54ab1be0a6896efd (commit)
      from  57a762c6148cfee04635bdb06627b92e65ff3348 (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 2c2bd28224c2480276ae714c54ab1be0a6896efd
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Tue Aug 21 16:55:29 2018 +0200

    refs #master Fix small bugsfor details panel and dialog project update
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/views-components/details-panel/details-panel.tsx b/src/views-components/details-panel/details-panel.tsx
index 70c026d..21d57ae 100644
--- a/src/views-components/details-panel/details-panel.tsx
+++ b/src/views-components/details-panel/details-panel.tsx
@@ -48,7 +48,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         fontSize: '2.125rem'
     },
     headerTitle: {
-        wordBreak: 'break-all'
+        overflowWrap: 'break-word',
+        wordWrap: 'break-word'
     },
     tabContainer: {
         padding: theme.spacing.unit * 3
diff --git a/src/views-components/dialog-update/dialog-project-update.tsx b/src/views-components/dialog-update/dialog-project-update.tsx
index 5dde00a..b5e788c 100644
--- a/src/views-components/dialog-update/dialog-project-update.tsx
+++ b/src/views-components/dialog-update/dialog-project-update.tsx
@@ -68,7 +68,7 @@ export const DialogProjectUpdate = compose(
                     disableBackdropClick={true}
                     disableEscapeKeyDown={true}>
                     <form onSubmit={handleSubmit((data: any) => onSubmit(data))}>
-                        <DialogTitle>Edit Collection</DialogTitle>
+                        <DialogTitle>Edit Project</DialogTitle>
                         <DialogContent className={classes.content}>
                             <Field name='name' 
                                 disabled={submitting}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list