How to add an addition to my input options? Here is my CSS, and all parameters seem lower than each other without any interval (in terms of option height). I have CSS reset .. Other than this, how can I give the options a bit of height so that it looks good?
.upload-input select { display: block; font-size: 14px; color: #888; width: 616px; background: #fff; border: 1px solid #ccc; }
Update
I applied the suggested css. It doesn’t look like that.
source share