My Account tabs dont fit if they have to many

CommentFileSizeAuthor
1.JPG157 KBpyro

Comments

Jeff Burnz’s picture

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;
}
mmcmmc’s picture

It would not be desirable to make change to Drupal core :(
and thanks for theme.

Jeff Burnz’s picture

Status: Active » Closed (won't fix)

sigh, read my post again please.

You can override it in the theme....

mmcmmc’s picture

Sorry, all has turned out