Hi,
This is more than likely a skinning issue, not a bug in mojoPortal code. Do you have a custom skin or are using one of the packaged skins?
If you are using a custom skin, you will need to adjust your CSS to change the font-size for select elements. Something like this should do the trick for you:
select {font-size: 12px;}
Thanks,
Joe