I have gravity forms 1.6 installed on a site.
The admin panel is an RTL language (Hebrew).
On an RTL admin Gravity Forms goes flippy and needs a fix.
I've added a fix for it after finding this post and working out my own fix.
My problem is that I have just upgraded to Gravity Forms 1.6.10 and I had to apply the fix again!
You can't expect me to go into the admin.css
and add div#wpbody { direction: ltr; }
every time I upgrade Gravity Forms on an RTL site.
Furthermore I have other RTL sites that use Gravity Forms so it's pretty much a big issue.
div#wpbody { direction: ltr; }
Will it be a problem to add the fix to your next update?
It won't effect any LTR languages and is less obtrusive than * { direction ltr; }
.