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 780d5bb commit 30dd95eCopy full SHA for 30dd95e
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -233,7 +233,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
233
__addMoreMenu: function() {
234
const moreMenuButton = this.self().createMenuButton("@FontAwesome5Solid/angle-double-right/16", this.tr("More"));
235
moreMenuButton.getChildControl("icon").set({
236
- marginLeft: 6,
+ marginLeft: 6, // center it
237
});
238
this.addAt(moreMenuButton, this.__itemIdx);
239
this.__itemIdx++;
0 commit comments