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 9e07ab9 commit 8c08f68Copy full SHA for 8c08f68
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
@@ -652,7 +652,8 @@ qx.Class.define("osparc.workbench.NodeUI", {
652
653
const linkLabel = new osparc.ui.basic.LinkLabel().set({
654
paddingLeft: 4,
655
- font: "text-14"
+ font: "text-14",
656
+ rich: false, // this will make the ellipsis work
657
});
658
const middleContainer = this.getChildControl("middle-container");
659
middleContainer.add(linkLabel, {
0 commit comments