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 2023/04/24 16:37:33 UTC

[streampipes] branch dev updated: [hotfix] Improve layout of basic view

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/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6920dafcb [hotfix] Improve layout of basic view
     new 14b996a8d Merge branch 'dev' of github.com:apache/streampipes into dev
6920dafcb is described below

commit 6920dafcb94c4b4145e43bdb92514728d0e01b50
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Apr 24 18:37:01 2023 +0200

    [hotfix] Improve layout of basic view
---
 .../shared-ui/src/lib/components/basic-view/basic-view.component.scss   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/projects/streampipes/shared-ui/src/lib/components/basic-view/basic-view.component.scss b/ui/projects/streampipes/shared-ui/src/lib/components/basic-view/basic-view.component.scss
index 66eb0f253..634103995 100644
--- a/ui/projects/streampipes/shared-ui/src/lib/components/basic-view/basic-view.component.scss
+++ b/ui/projects/streampipes/shared-ui/src/lib/components/basic-view/basic-view.component.scss
@@ -42,7 +42,7 @@
 .page-container {
     margin: 10px;
     border: 1px solid var(--color-bg-3);
-    min-height: calc(100% - 50px);
+    min-height: calc(100vh - 90px);
 }
 
 .page-container-padding-inner {