Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) O3-2694: fixed form display when RTL language is selected #873

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

elimm
Copy link
Contributor

@elimm elimm commented Jan 4, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. Ensure your PR title includes a conventional commit label (such as feat, fix, or chore, among others). See existing PR titles for inspiration.

For changes to apps

If applicable

  • My work includes tests or is validated by existing tests.
  • I have updated the esm-framework mock to reflect any API changes I have made.

Summary

Fixed form display when RTL language is selected

Screenshots

2024-01-04 17 33 52
2024-01-04 17 35 04

Related Issue

O3-2694

@@ -483,14 +487,33 @@ html[dir='rtl'] {
}
}
}
.tab-content {
margin-left: unset;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You would add this fix in this openmrs/openmrs-esm-patient-chart#1561.

Copy link
Contributor Author

@elimm elimm Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, to overwrite from there I would need to disable the Angular scope encapsulation: ViewEncapsulation.None which is error prone and all the RTL related styles are already posted here

@ibacher ibacher merged commit 43a20b2 into openmrs:main Jan 9, 2024
7 checks passed
@elimm elimm deleted the bugfix/O3-2694 branch January 10, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants