From 2d5b670d313ed79b1225f7af1c6187847bf73d2e Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 25 Sep 2019 14:50:06 +0200 Subject: [PATCH] loginTip ends on same height then loginInfo --- scm-ui/src/components/InfoBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm-ui/src/components/InfoBox.js b/scm-ui/src/components/InfoBox.js index f6fc170826..f804fa0e32 100644 --- a/scm-ui/src/components/InfoBox.js +++ b/scm-ui/src/components/InfoBox.js @@ -21,7 +21,8 @@ const styles = { marginTop: "0.5em" }, content: { - marginLeft: "1.5em" + marginLeft: "1.5em", + minHeight: "10.5rem" }, link: { display: "block",