Have piled up enough tabs on the user profile to where they just push off the edge of the page. In D6 I was able to use Tab Tamer module to correct this behavior, but sadly there is no D7 version yet,
Any way to make the tabs wrap?
This CSS works in Drupal 6:
ul.tabs { white-space: normal; }
Recommended Drupal Hosting - GreenGeeks.com
Confirming that worked like a charm, thanks!