My Account tabs dont fit if they have to many
The CSS that causes local tasks tabs to no-wrap is in Drupal core:
system.css ul.primary { border-collapse:collapse; line-height:normal; list-style:none outside none; white-space:nowrap; <- Evil nowrap!!! }
You can override it in the theme with:
ul.primary { white-space:normal; }
It would not be desirable to make change to Drupal core :( and thanks for theme.
sigh, read my post again please.
You can override it in the theme....
Sorry, all has turned out
Comments
Comment #1
Jeff Burnz commentedThe CSS that causes local tasks tabs to no-wrap is in Drupal core:
You can override it in the theme with:
Comment #2
mmcmmc commentedIt would not be desirable to make change to Drupal core :(
and thanks for theme.
Comment #3
Jeff Burnz commentedsigh, read my post again please.
Comment #4
mmcmmc commentedSorry, all has turned out