21224: fixed in-card toolbar position Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
authorLisa Knox <lisaknox83@gmail.com>
Mon, 22 Apr 2024 17:32:02 +0000 (13:32 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Mon, 22 Apr 2024 17:32:02 +0000 (13:32 -0400)
services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx

index b9d9c4ffcf773632276a1ce738b296af720a53e3..75a6e6e2c5ad60fc3fb026f30ed8c9d5d85a41b0 100644 (file)
@@ -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: {