Skip to content

Commit

Permalink
Merge branch 'master' into fix/title-text-alignment-rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade authored Dec 31, 2024
2 parents 836ee1d + 9b8ce02 commit eea714a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ <h3>{{ params.title }}</h3>
}
</div>
}
<div class="second-row">
<!-- Enforce LTR language direction for player controls,see https://github.com/IDEMSInternational/open-app-builder/issues/2617 -->
<div class="second-row" dir="ltr">
@if (params.variant.includes("compact") && params.showInfoButton) {
<ion-button fill="clear" class="action-button" (click)="handleActionButtonClick()">
@if (params.infoIconAsset) {
Expand Down

0 comments on commit eea714a

Please sign in to comment.