Download & Extend

"...display all the tabs on a single line, making the page too wide..."

Project:Extended Tracker
Version:5.x-1.x-dev
Component:User interface
Category:feature request
Priority:normal
Assigned:sza
Status:active

Issue Summary

The simpliest way to solve this problem is to override one value in style.css of current theme:

ul.primary {
  white-space: normal;
}

You may add this information in module description. ;)

nobody click here