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 86ca800 commit f27c907Copy full SHA for f27c907
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -49,17 +49,16 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
49
font: "text-16",
50
padding: 4,
51
});
52
- menuButton.getChildControl("label").set({
53
- rich: true,
54
- allowGrowX: true,
55
- minWidth: 300,
56
- wrap: false,
57
- });
58
menuButton.getChildControl("icon").set({
59
scale: true,
60
maxHeight: 20,
61
maxWidth: 20,
62
+ menuButton.getChildControl("label").set({
+ rich: true,
+ allowGrowX: true,
+ wrap: false,
+ });
63
if (description) {
64
const infoHint = new osparc.ui.hint.InfoHint(description).set({
65
source: osparc.ui.hint.InfoHint.INFO_ICON + "/16",
0 commit comments