-
Notifications
You must be signed in to change notification settings - Fork 17
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
[AC-4189] feat: RTL #388
[AC-4189] feat: RTL #388
Conversation
✅ Deploy Preview for chat-ai-widget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: +367 B (+0.06%) Total Size: 603 kB
ℹ️ View Unchanged
|
@@ -48,7 +48,7 @@ function Banner() { | |||
const { chatBottomContent } = useConstantState(); | |||
|
|||
return ( | |||
<InnerContainer chatBottomBackgroundColor={chatBottomContent.backgroundColor}> | |||
<InnerContainer chatBottomBackgroundColor={chatBottomContent.backgroundColor} 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.
is constant dir={'ltr'}
intended?
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.
LGTM
Changes
dir
propticket: AC-4189
Additional Notes
document.body.setAttribute("dir", "rtl")
Checklist
Before requesting a code review, please check the following: