Skip to content

Commit 267e46a

Browse files
committed
minor
1 parent af97eb3 commit 267e46a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ qx.Class.define("osparc.support.SupportCenter", {
111111
case "ask-a-question-button":
112112
control = new osparc.ui.form.FetchButton(this.tr("Ask a Question")).set({
113113
appearance: "strong-button",
114+
allowGrowX: false,
114115
center: true,
116+
alignX: "center",
115117
});
116118
control.addListener("execute", () => this.__openConversation(), this);
117119
this.getChildControl("conversations-layout").add(control);

0 commit comments

Comments
 (0)