Hey
When the site viewed is in an RTL language (Hebrew in my case) the UI is misaligned and the UI buttons are positioned wrong. The very simple fix for it is adding direction: ltr; to the top level container <div class="emmet-re-view">.
The URL I encountered that issue is https://wpmonkey.co.il/
Thanks, and keep up the good work.
Doron
Hey
When the site viewed is in an RTL language (Hebrew in my case) the UI is misaligned and the UI buttons are positioned wrong. The very simple fix for it is adding
direction: ltr;to the top level container<div class="emmet-re-view">.The URL I encountered that issue is https://wpmonkey.co.il/
Thanks, and keep up the good work.
Doron