[ARVADOS-WORKBENCH2] updated: 1.4.1-51-g0bdf4669
Git user
git at public.curoverse.com
Fri Oct 11 18:47:10 UTC 2019
Summary of changes:
src/views/login-panel/login-panel.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0bdf4669744c1ad68507a158bca8285e672399ab (commit)
from ae044d06880a54d847c73fbcf88884d21f0d6621 (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 0bdf4669744c1ad68507a158bca8285e672399ab
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Oct 11 14:46:41 2019 -0400
15424: Add margin around WelcomePageHTML div
diff --git a/src/views/login-panel/login-panel.tsx b/src/views/login-panel/login-panel.tsx
index c0834a1f..afc35f71 100644
--- a/src/views/login-panel/login-panel.tsx
+++ b/src/views/login-panel/login-panel.tsx
@@ -66,7 +66,7 @@ export const LoginPanel = withStyles(styles)(
style={{ marginTop: 56, overflowY: "auto", height: "100%" }}>
<Grid item className={classes.container}>
<Typography>
- <div dangerouslySetInnerHTML={{ __html: welcomePage }} />
+ <div dangerouslySetInnerHTML={{ __html: welcomePage }} style={{ margin: "1em" }} />
</Typography>
{Object.keys(remoteHosts).length > 1 &&
<Typography component="div" align="right">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list