Hi;
i am trying to figure out how to get forms with toggle working with right to left languages where everything is alligned from right to left I cant seem to succeed using simple css 'direction'
is there a proper known way to achieve this?
thanks in advance
pretty straight forward. in the pic below everything is aligned to the left: for each row, label is on the left of the button text and toggle are aligned to the left within the respective columns Untitled.jpg
I just want everything to be the opposite...
unfortunatly, there are several issues when trying to set the css direction property on the fieldset to rtl. most annoying is that the toggle button itself does not move to the correct place. see pic Untitled.jpg
is there a way to bypass this?
thanks