Tracker 'components' list too small

Re: Tracker 'components' list too small

by Frank Ralf -
Number of replies: 0
Hi Davo,

While you can't set the size attribute of the select element using CSS, you can set its height value, try something like this:

select#components {
height: 20em;
}

I use the Firefox add-on Stylish for such kind of customizations.

Cheers,
Frank
Attachment Tracker_Components_select.png