The select elements seem to default with a size atribute of 0. I don't see any good reason for this. Drupal core does not do this. This causes the select lists to look strange, and different from any other select lists. Attached patch removes this default size of 0.

Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new842 bytes
haydeniv’s picture

Status: Needs review » Fixed

Committed thanks! aff0786

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit aff0786 on 7.x-2.x, 7.x-3.x, 8.x-3.x by haydeniv:
    Issue #1735068 by mrfelton: Default size of 0 causes inconsistant...