If you’re feeling bold then Trac 1.0 beta (fka 0.13dev) automatically wraps the toolbar on overflow. Try it at http://trac.edgewall.org/demo-0.13 by resizing your browser window.
Alternatively you can get more-or-less the same behaviour in your existing version by changing .nav li {display:inline} to .nav li {display:inline-block}. This can be done with site.html customization http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance or by directly editing site.css.
Regards, Alex
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/trac-users/-/L3EP542wjkkJ.
To post to this group, send email to
trac-...@googlegroups.com.
To unsubscribe from this group, send email to
trac-users+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.
Thanks, that’s worked for me although for some reason I don’t have a site.css file (!) so I had to add it to stylesheet.css instead.
I've ran out of space on the top trac toolbar which includes links to plugins and admin, new ticket etc. Does anyone know how I could solve this by either making each link smaller or perhaps adding a second bar underneath?