Height of <select> element in Bootstrap 4 different from other input elements -


looking through docs bootstrap 4, came across oddity: http://v4-alpha.getbootstrap.com/components/forms/#form-controls

right now, in chrome v48, select element renders lot smaller in height compared other input elements.

in comparison, bootstrap 3, doesn't have problem: http://getbootstrap.com/css/#selects

is conscious choice or due still being alpha?

yep on chrome select has size of 20 while other input fields size of 24 (consider box model)

i don't know if design choice or fluke on style select height of 34px , inputs 38px.

if want can overwrite style , desired behaviour.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -