Skip to content

Commit 8026970

Browse files
committed
both needed
1 parent c82a109 commit 8026970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/announcement/AnnouncementUIFactory.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ qx.Class.define("osparc.announcement.AnnouncementUIFactory", {
4646
const titleLabel = new qx.ui.basic.Label().set({
4747
value: title,
4848
font: "text-16",
49+
alignX: "center",
4950
textAlign: "center",
5051
rich: true
5152
});
@@ -56,6 +57,7 @@ qx.Class.define("osparc.announcement.AnnouncementUIFactory", {
5657
const descriptionLabel = new qx.ui.basic.Label().set({
5758
value: description,
5859
font: "text-14",
60+
alignX: "center",
5961
textAlign: "center",
6062
rich: true
6163
});

0 commit comments

Comments
 (0)