Tags containing spaces are wrapped. Ex: 'related sites', 'Drupal modules' ...

Maybe this patch solves this problem.

CommentFileSizeAuthor
tagadelic_12.patch531 byteshe_who_shall_not_be_named

Comments

Bèr Kessels’s picture

Status: Needs review » Needs work

whitespace:no-wrap in CSS is the proper solution.

he_who_shall_not_be_named’s picture

Status: Needs work » Closed (works as designed)

You have right. Something like this, added to each level, solves the problem.

  white-space : nowrap;

Thanks.