see screenshot

CommentFileSizeAuthor
newswire tabs.jpg74.01 KBagrigor1

Comments

Jeff Burnz’s picture

Category: bug » feature

This 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.

Jeff Burnz’s picture

Status: Active » Closed (fixed)