Closed (fixed)
Project:
Newswire
Version:
6.x-3.2
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 20:09 UTC
Updated:
11 Mar 2009 at 02:11 UTC
see screenshot
| Comment | File | Size | Author |
|---|---|---|---|
| newswire tabs.jpg | 74.01 KB | agrigor1 |
Comments
Comment #1
Jeff Burnz commentedThis is actually Drupal CSS issue, Newswire does not modify the standard Drupal theming for local tasks tabs:
system.css (line 215 approx)
ul.primary {
white-space: nowrap;
}
white-space: nowrap; is the culprit here.
I'll strongly consider overriding this and modding the way tabs are displayed, the standard Drupal way is not cutting it as shown by your screenshot.
Comment #2
Jeff Burnz commented