[arvados] updated: 2.7.0-5830-g5461466dc7

git repository hosting git at public.arvados.org
Fri Jan 12 19:04:55 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/collection.spec.js              | 1 -
 .../src/components/multiselect-toolbar/MultiselectToolbar.tsx           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

       via  5461466dc71b7206716cb4eededd86ed7d2fec69 (commit)
      from  3c8510bc1a542a9dddde068c0dcd2d7d0323afa3 (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 5461466dc71b7206716cb4eededd86ed7d2fec69
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 14:04:48 2024 -0500

    21317: increased default toolbar width Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/integration/collection.spec.js b/services/workbench2/cypress/integration/collection.spec.js
index 2a5c5343c9..54c570f7c4 100644
--- a/services/workbench2/cypress/integration/collection.spec.js
+++ b/services/workbench2/cypress/integration/collection.spec.js
@@ -28,7 +28,6 @@ describe("Collection panel tests", function () {
     });
 
     beforeEach(function () {
-        cy.viewport(1920, 1080)
         cy.clearCookies();
         cy.clearLocalStorage();
     });
diff --git a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 992fe24d00..cf8f34a16f 100644
--- a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -122,7 +122,7 @@ export const MultiselectToolbar = connect(
             <React.Fragment>
                 <Toolbar
                     className={isTransitioning ? classes.transition: classes.root}
-                    style={{ width: `${(actions.length * 2.5) + 6}rem` }}
+                    style={{ width: `${(actions.length * 2.5) + 8}rem` }}
                     data-cy='multiselect-toolbar'
                     >
                     {actions.length ? (

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list