[ARVADOS-WORKBENCH2] updated: 2.1.0-370-gbae0bd90

Git user git at public.arvados.org
Fri May 21 20:48:16 UTC 2021


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

       via  bae0bd90f56fa3c7293c0dc9cba0cf0cb820649b (commit)
      from  25dc48d4655faf7a6eebdb717e225b77d8ff5c3f (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 bae0bd90f56fa3c7293c0dc9cba0cf0cb820649b
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Fri May 21 22:47:40 2021 +0200

    16647: Style fix
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx
index 81bd1ebc..8d08f28e 100644
--- a/src/views/collection-panel/collection-panel.tsx
+++ b/src/views/collection-panel/collection-panel.tsx
@@ -303,7 +303,7 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t
                 uuidEnhancer={(uuid: string) => <ResourceOwnerWithName uuid={uuid} />} />
         </Grid>
         <div data-cy="responsible-person-wrapper" ref={responsiblePersonRef}>
-            <Grid item xs={12} md={mdSize}>
+            <Grid item xs={12} md={12}>
                 <DetailsAttribute classLabel={classes.label} classValue={classes.value}
                     label='Responsible person' linkToUuid={item.ownerUuid}
                     uuidEnhancer={(uuid: string) => <ResponsiblePerson uuid={item.uuid} parentRef={responsiblePersonRef.current} />} />

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list