[arvados-workbench2] updated: 2.7.0-198-g56abc754
git repository hosting
git at public.arvados.org
Mon Nov 20 17:21:52 UTC 2023
Summary of changes:
src/components/subprocess-progress-bar/subprocess-progress-bar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 56abc754816d01cb8e9df01a35c8e9af66ada408 (commit)
from dcf2e835b33e926073dad1f636cf92a95493ca0b (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 56abc754816d01cb8e9df01a35c8e9af66ada408
Author: Stephen Smith <stephen at curii.com>
Date: Mon Nov 20 12:21:27 2023 -0500
20609: Tweak subprocess progress bar spacing
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/components/subprocess-progress-bar/subprocess-progress-bar.tsx b/src/components/subprocess-progress-bar/subprocess-progress-bar.tsx
index 07178e79..b21d8791 100644
--- a/src/components/subprocess-progress-bar/subprocess-progress-bar.tsx
+++ b/src/components/subprocess-progress-bar/subprocess-progress-bar.tsx
@@ -16,7 +16,7 @@ type CssRules = 'progressWrapper' | 'progressStacked' ;
const styles: StyleRulesCallback<CssRules> = (theme) => ({
progressWrapper: {
- margin: "25px 0 0",
+ margin: "28px 0 0",
flexGrow: 1,
flexBasis: "100px",
},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list