Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Drop Downs Too Narrow

edited July 2006 in Vanilla 1.0 Help
My Drop Downs Aren't Wide Enough

The drop down boxes on my forum aren't wide enough, and are cutting off the end of text (see the picture above). Is this a known bug, or is it just me/my browser/my server being awkward? Any ideas how to fix it?

Comments

  • Firefox + the font are causing the problem I think. IE will show it correctly. You can either change the font, or add "width: ...px" for all selectboxes.
  • You could add a margin to all option tags.
    select option {margin-right:20px; }
This discussion has been closed.