Skip to content

Commit 8c08f68

Browse files
committed
also with link
1 parent 9e07ab9 commit 8c08f68

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/workbench/NodeUI.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,8 @@ qx.Class.define("osparc.workbench.NodeUI", {
652652

653653
const linkLabel = new osparc.ui.basic.LinkLabel().set({
654654
paddingLeft: 4,
655-
font: "text-14"
655+
font: "text-14",
656+
rich: false, // this will make the ellipsis work
656657
});
657658
const middleContainer = this.getChildControl("middle-container");
658659
middleContainer.add(linkLabel, {

0 commit comments

Comments
 (0)