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:38:26 UTC

[incubator-streampipes] branch dev 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 dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new f44dd00  [hotfix] Fix layout bug in setup page
     new fb0b075  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
f44dd00 is described below

commit f44dd00320acde80b1cb1ed110adb98f4738c183
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 {