Hallo TS,
Kann ich ggf. per CSS einen max. horizontalen Platz vorgeben
Ja. 😝
und dann von rechts nach links entscheiden, ob der Bezeichner für die Ebene ganz oder nur teilweise angezeigt wird? Die letzten zwei, besser drei, sollten immer vollständig zu lesen sein, und der "Home"-Button ganz links auch.
button:not(:first-of-type):not(:last-of-type):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
max-width: 10em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* schicker ist imho text-overflow: " …"; */
}
Bis demnächst
Matthias
--
Rosen sind rot.
Rosen sind rot.