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 ab2aec7 commit ff9707bCopy full SHA for ff9707b
services/static-webserver/client/source/class/osparc/NewRelease.js
@@ -65,6 +65,7 @@ qx.Class.define("osparc.NewRelease", {
65
const introText = qx.locale.Manager.tr("We are pleased to announce that some new features were deployed for you!");
66
const introLabel = new qx.ui.basic.Label(introText).set({
67
font: "text-14",
68
+ rich: true,
69
wrap: true
70
});
71
this._add(introLabel);
0 commit comments