Skip to content

Commit

Permalink
πŸ› Front-end: fixes PO center widget (ITISFoundation#6496)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov authored and mrnicegyu11 committed Oct 14, 2024
1 parent f4dc38b commit f074e42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ qx.Class.define("osparc.po.PreRegistration", {
this._add(control);
break;
case "finding-status":
control = new qx.ui.basic.Label();
this._add(control, {
control = new qx.ui.basic.Label().set({
rich: true
});
this._add(control);
break;
case "pre-registration-container":
control = new qx.ui.container.Scroll();
Expand Down

0 comments on commit f074e42

Please sign in to comment.