amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

padding on year month selector #984

Closed migliori closed 7 years ago

migliori commented 7 years ago

Hi, Thanks for your great pickadate. Just a small css issue : years & month labels in dropdown lists classic theme are cropped by vertical padding.

Solution is to remove vertical padding : .picker__select--month, .picker__select--year { border: 1px solid #b7b7b7; height: 2em; padding: 0 .5em; }

josephrexme commented 7 years ago

@migliori You've been able to solve this with that?

migliori commented 7 years ago

Yes, just removed the vertical padding. Nothing more.

josephrexme commented 7 years ago

Thank you. The next version does not have the same problem. This would be referenced for anyone else with such issue on this version