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 56a2bc3 commit b228f7dCopy full SHA for b228f7d
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -25,7 +25,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
25
26
this.set({
27
position: "bottom-left",
28
- spacingX: 16,
+ spacingX: 20,
29
});
30
31
this.__categoryHeaders = [];
@@ -57,7 +57,6 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
57
if (description) {
58
const infoHint = new osparc.ui.hint.InfoHint(description).set({
59
source: osparc.ui.hint.InfoHint.INFO_ICON + "/16",
60
- alignY: "middle",
61
62
// where the shortcut is supposed to go
63
// eslint-disable-next-line no-underscore-dangle
0 commit comments