"...display all the tabs on a single line, making the page too wide..."
sza - August 31, 2007 - 15:21
| Project: | Extended Tracker |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | sza |
| Status: | active |
Description
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. ;)
