See the screenshot
The same problem is with Drupal Core themes and other themes like Newswire.
People of Newswire theme claim that is might be a Drupal CSS issue. The standard Drupal theming for local tasks tabs is :
system.css (line 215 approx) ul.primary { white-space: nowrap; }
white-space: nowrap; ----> this is the culprit
Why dont you customize this in your theme.
The same problem was in Colorpaper theme and they fixed it. Why dont you have a look at the changes between the current version and the previous?
closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
agrigor1 commentedThe same problem is with Drupal Core themes and other themes like Newswire.
People of Newswire theme claim that is might be a Drupal CSS issue. The standard Drupal theming for local tasks tabs is :
system.css (line 215 approx)
ul.primary {
white-space: nowrap;
}
white-space: nowrap; ----> this is the culprit
Why dont you customize this in your theme.
Comment #2
agrigor1 commentedThe same problem was in Colorpaper theme and they fixed it.
Why dont you have a look at the changes between the current version and the previous?
Comment #3
kisugiai commentedclosed -- issue fixed for 2 weeks with no activity.