-
Notifications
You must be signed in to change notification settings - Fork 33
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 overlay rtl direction #93
Conversation
@@ -178,6 +178,7 @@ export function Overlay({ | |||
<html> | |||
<body> | |||
<div | |||
dir="auto" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
=======================================
Coverage 59.21% 59.21%
=======================================
Files 7 7
Lines 152 152
Branches 35 35
=======================================
Hits 90 90
Misses 52 52
Partials 10 10 ☔ View full report in Codecov by Sentry. |
@@ -193,7 +194,7 @@ export function Overlay({ | |||
)} | |||
{!fullScreen && ( | |||
<div class="paypal-checkout-modal"> | |||
<div class="paypal-checkout-logo"> | |||
<div class="paypal-checkout-logo" dir="ltr"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
This PR fixes an issue where RTL languages are not being displayed in the correct direction.
Before:
After:
