Skip to content

Commit e991377

Browse files
committed
minor
1 parent fedce8f commit e991377

File tree

1 file changed

+3
-5
lines changed
  • services/static-webserver/client/source/class/osparc/ui/markdown

1 file changed

+3
-5
lines changed

services/static-webserver/client/source/class/osparc/ui/markdown/Markdown2.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,9 @@ qx.Class.define("osparc.ui.markdown.Markdown2", {
200200
this.setHeight(totalH);
201201

202202
// width: shrink-to-fit, but cap at a max
203-
this.setMaxWidth(null); // measurer already capped; we set exact width
204-
this.setMinWidth(1); // avoid 0 when empty
205-
this.setWidth(totalW); // exact bubble width
206-
207-
console.log("totalH", totalH, "totalW", totalW);
203+
this.setMaxWidth(null); // measurer already capped; we set exact width
204+
this.setMinWidth(1); // avoid 0 when empty
205+
this.setWidth(totalW);
208206
});
209207
},
210208
}

0 commit comments

Comments
 (0)