0
I’m having trouble using "Direction: rtl" and I’d like your help. I created a breadcrumb, when it reaches the screen limit size the end of it remains on screen and the beginning is cut. It was the only way I could do it, without using some JS. The problem is that when the first folder level starts with a number, the numbers are played pro final (even if it is the first element).
I created the code on https://jsfiddle.net/andersonmelo/3ge59bLe/4/ so you can take a look. I left in comment a gambit that "solves" the problem, but I would not like to solve in this way... someone can help me?
What effect would you like to achieve with this rtl on breadcrumb ? removing line 28 from css it hits, but I don’t know what you’re trying to do.
– heat
When you say the resize of the area, the end of the breadcrumb remains on screen, and the start is cut (getting "behind" the "Home"). rtl does this inversion.
– Anderson Melo