Problem in a Breadcrumb using "direction: rtl"

0

I'm having trouble using "direction: rtl" and would like your help. I created a breadcrumb, when it reaches the limit size of the screen the end of it stays on screen and the beginning is cut off. It was the only way I could do it without the use of some JS. The problem is that when the first folder level starts with a number, the numbers are thrown to the end (even though it is the first element).

I've created the link code for you guys to take a look. I left in comment a gambit that "solves" the problem, but I would not like to solve it that way ... can anyone help me?

    
asked by anonymous 02.03.2017 / 22:40

1 answer

0

Using float:left; made it lose rtl;

I made the alignment using inline-block and removed the float. Apparently it has improved.

link

    
03.03.2017 / 00:53