I have a breadcrumbs on my website (|
symbolises the area I have for it):
| Home -> Some thing -> Some deeper thing |
Currently, it has overflow: hidden
set, so when it becomes too long, it results in:
| Home -> Some thing -> Some deeper thing -> Some page with very long and very import|
What I'm trying to achieve is to hide the beginning of the text instead of the end, so it should be:
| me thing -> Some deeper thing -> Some page with very long and very important title |
How to do that?