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 ffaaf86 commit e960c30Copy full SHA for e960c30
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
@@ -258,7 +258,9 @@ qx.Class.define("osparc.workbench.NodeUI", {
258
maxHeight: 20,
259
font: "text-10",
260
});
261
- const statusLabel = control.getChildControl("label");
+ const statusLabel = control.getChildControl("label").set({
262
+ maxWidth: 80,
263
+ });
264
const requestOpenLogger = () => this.fireEvent("requestOpenLogger");
265
const evaluateLabel = () => {
266
const failed = statusLabel.getValue() === "Unsuccessful";
0 commit comments