Skip to content

Commit

Permalink
Merge pull request #2658 from IDEMSInternational/fix/title-text-align…
Browse files Browse the repository at this point in the history
…ment-rtl

fix: text wrapping in title component for RTL languages
  • Loading branch information
chrismclarke authored Dec 31, 2024
2 parents 9b8ce02 + eea714a commit 3243e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class TmplTitleComponent extends TemplateBaseComponent implements ITempla
this.params.textAlign = getStringParamFromTemplateRow(
this._row,
"text_align",
"left"
null
) as ITitleParams["textAlign"];
this.params.variant = getStringParamFromTemplateRow(this._row, "variant", "")
.split(",")
Expand Down

0 comments on commit 3243e30

Please sign in to comment.