[BUG] Fix chat in RTL mode
-
Hi, I hope this is the right place to post this.
The widget uses padding-right: 12px to separate the text field from the send button. This works fine for left-to-right websites but breaks on right-to-left websites.
My solution would be to use the gap property instead on the .chatty-whatsapp-data div element, or to use padding-inline-end instead of padding-right.
Example below.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[BUG] Fix chat in RTL mode’ is closed to new replies.