Skip to content

Commit 13bade1

Browse files
committed
minor
1 parent 789d99d commit 13bade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/support/SupportCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qx.Class.define("osparc.support.SupportCenter", {
8484
});
8585
break;
8686
case "conversations-layout":
87-
control = new qx.ui.container.Composite(new qx.ui.layout.VBox(5));
87+
control = new qx.ui.container.Composite(new qx.ui.layout.VBox(15));
8888
this.getChildControl("stack-layout").add(control);
8989
break;
9090
case "conversations-intro-text":

0 commit comments

Comments
 (0)