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 4438f29 commit 6188fc3Copy full SHA for 6188fc3
services/static-webserver/client/source/class/osparc/info/CommentUI.js
@@ -30,7 +30,7 @@ qx.Class.define("osparc.info.CommentUI", {
30
const isMyComment = this.__isMyComment();
31
const layout = new qx.ui.layout.Grid(12, 4);
32
layout.setColumnFlex(1, 1); // comment
33
- layout.setColumnFlex(isMyComment ? 0 : 2, 2); // spacer
+ layout.setColumnFlex(isMyComment ? 0 : 2, 3); // spacer
34
this._setLayout(layout);
35
this.setPadding(5);
36
0 commit comments