Does the ui builder now support RTL after the css changes?
Hello @mohammad_altoiher
you can try to create a new App Extension
, for instance rtl
and add the following content
body {
direction: rtl;
}
However, there are some issues with Input Components
Regards, Vlad
i think its doable with more changes in the css then.
Thanks