[arvados] updated: 2.7.0-6513-ged2f44c981

git repository hosting git at public.arvados.org
Mon Apr 22 17:32:07 UTC 2024


Summary of changes:
 .../src/components/multiselect-toolbar/MultiselectToolbar.tsx           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ed2f44c981f2e8898bea9f791f947865b129f5e0 (commit)
      from  29541c7465214a54fe223f42dabf9aeef44a6342 (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 ed2f44c981f2e8898bea9f791f947865b129f5e0
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Apr 22 13:32:02 2024 -0400

    21224: fixed in-card toolbar position Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index b9d9c4ffcf..75a6e6e2c5 100644
--- a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -46,7 +46,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         width: 0,
         height: '2.5rem',
         padding: 0,
-        margin: "1rem auto auto 0.3rem",
+        margin: 0,
         overflow: 'hidden',
     },
     button: {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list