Skip to content

Commit e960c30

Browse files
committed
minor
1 parent ffaaf86 commit e960c30

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ qx.Class.define("osparc.workbench.NodeUI", {
258258
maxHeight: 20,
259259
font: "text-10",
260260
});
261-
const statusLabel = control.getChildControl("label");
261+
const statusLabel = control.getChildControl("label").set({
262+
maxWidth: 80,
263+
});
262264
const requestOpenLogger = () => this.fireEvent("requestOpenLogger");
263265
const evaluateLabel = () => {
264266
const failed = statusLabel.getValue() === "Unsuccessful";

0 commit comments

Comments
 (0)