Currently the RTL version that's created using the generator, has a HUGE bug. The container class should have a direction value of rtl to work properly. This is essential to RTL web sites.
Can you provide a fiddle?
https://jsfiddle.net/rnbpzf7s/
It's a horrible fiddle, I know that but it's enough to prove my point.
The css section contains the semantic min rtl version. The menus should be places on the right side. Now If you uncomment the container class override on the html section it works fine.
For RTL version to work properly, your document direction should be right-to-left. You need to set it either inside your HTML <html dir="rtl"> or inside your CSS html { direction:rtl; }.
This is an issue with semantic UI and has nothing to do with HTML. All
other RTL frameworks set the container class to RTL and so should Semantic.
On Apr 23, 2016 22:46, "Mohammad Younes" [email protected] wrote:
For RTL version to work properly, your document direction should be
right-to-left. You need to set it either inside your HTML
or inside your CSS html { direction:rtl; }.—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/Semantic-Org/Semantic-UI/issues/3914#issuecomment-213799604
This has nothing to do with the container class, as I might use different components of Semantic without using the container class at all.
Then you're probably doing it wrong.
There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.
However, PRs for this issue will of course be accepted and welcome!
If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!