Skip to content

Commit 4c9cc1c

Browse files
committed
wrap
1 parent ff9707b commit 4c9cc1c

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/preferences/pages

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/desktop/preferences/pages/TagsPage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ qx.Class.define("osparc.desktop.preferences.pages.TagsPage", {
2323
Once the tags are created, they can be assigned to the ") + studyLabel + this.tr(" via 'More options...' on the ") + studyLabel + this.tr(" cards.");
2424
const intro = new qx.ui.basic.Label(msg).set({
2525
font: "text-13",
26+
rich: true,
27+
wrap: true
2628
});
2729
this._add(intro);
2830

0 commit comments

Comments
 (0)