Skip to content

Commit bc0e484

Browse files
committed
minors
1 parent d35d744 commit bc0e484

File tree

1 file changed

+5
-2
lines changed
  • services/static-webserver/client/source/class/osparc/auth

1 file changed

+5
-2
lines changed

services/static-webserver/client/source/class/osparc/auth/LoginPage.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ qx.Class.define("osparc.auth.LoginPage", {
101101
case "pages-stack":
102102
control = new qx.ui.container.Stack().set({
103103
allowGrowX: false,
104-
alignX: "center"
104+
alignX: "center",
105+
minHeight: 165,
106+
});
107+
this._add(control, {
108+
flex: 1
105109
});
106-
this._add(control);
107110
break;
108111
case "bottom-spacer":
109112
control = new qx.ui.core.Spacer();

0 commit comments

Comments
 (0)