From be0544b1f42ce15bab9888abc1cb183e1baf7949 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 9 Oct 2019 17:47:29 +0200 Subject: [PATCH] Correct min-height style in InfoBox --- scm-ui/ui-webapp/src/components/InfoBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/ui-webapp/src/components/InfoBox.js b/scm-ui/ui-webapp/src/components/InfoBox.js index 82a7d34248..5406960bbc 100644 --- a/scm-ui/ui-webapp/src/components/InfoBox.js +++ b/scm-ui/ui-webapp/src/components/InfoBox.js @@ -34,7 +34,7 @@ const LightBlueIcon = styled(Icon)` `; const ContentWrapper = styled.div` - min-height: 1.5rem; + min-height: 10.5rem; margin-left: 1.5em; `;