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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -