[arvados] updated: 2.7.0-6807-g1f836da233

git repository hosting git at public.arvados.org
Mon Jun 3 13:16:50 UTC 2024


Summary of changes:
 .../workbench2/src/views/run-process-panel/inputs/project-input.tsx     | 2 ++
 1 file changed, 2 insertions(+)

       via  1f836da2334296b7691fecfccb9638cfe53d19d7 (commit)
      from  965b1e76370c9ddc27b3f2d06182800550c98eb8 (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 1f836da2334296b7691fecfccb9638cfe53d19d7
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Jun 3 09:16:41 2024 -0400

    21765: fixed scrolling in run wf project picker
    
    Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/views/run-process-panel/inputs/project-input.tsx b/services/workbench2/src/views/run-process-panel/inputs/project-input.tsx
index b455135f3a..8c2262bf24 100644
--- a/services/workbench2/src/views/run-process-panel/inputs/project-input.tsx
+++ b/services/workbench2/src/views/run-process-panel/inputs/project-input.tsx
@@ -124,6 +124,8 @@ export const ProjectInputComponent = connect(mapStateToProps)(
                 flexBasis: `${spacing.unit * 8}vh`,
                 flexShrink: 1,
                 minHeight: 0,
+                display: 'flex',
+                flexDirection: 'column',
             },
         });
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list