You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/09/09 21:39:05 UTC

[incubator-streampipes] branch rel/0.67.0 updated: [hotfix] Fix layout bug in setup page

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new 43a21f1  [hotfix] Fix layout bug in setup page
43a21f1 is described below

commit 43a21f1f22d6041eb4fe419eb3bea462415fdff3
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Sep 8 00:35:04 2020 +0200

    [hotfix] Fix layout bug in setup page
---
 ui/src/app/login/components/setup/setup.component.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ui/src/app/login/components/setup/setup.component.scss b/ui/src/app/login/components/setup/setup.component.scss
index fd8083d..2775e5c 100644
--- a/ui/src/app/login/components/setup/setup.component.scss
+++ b/ui/src/app/login/components/setup/setup.component.scss
@@ -23,13 +23,15 @@
 
 .setup-card {
   max-height: 80vh;
-  width:45%;
+  height: 80vh;
+  width:55%;
   overflow-y:auto;
 }
 
 .setup-header {
   margin-left:auto;
   margin-right:auto;
+  height:300px;
 }
 
 .setup-inline-content {