We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35d744 commit bc0e484Copy full SHA for bc0e484
services/static-webserver/client/source/class/osparc/auth/LoginPage.js
@@ -101,9 +101,12 @@ qx.Class.define("osparc.auth.LoginPage", {
101
case "pages-stack":
102
control = new qx.ui.container.Stack().set({
103
allowGrowX: false,
104
- alignX: "center"
+ alignX: "center",
105
+ minHeight: 165,
106
+ });
107
+ this._add(control, {
108
+ flex: 1
109
});
- this._add(control);
110
break;
111
case "bottom-spacer":
112
control = new qx.ui.core.Spacer();
0 commit comments