html5 - Bootstrap form not working in Firefox -


i have found out forms on these pages not working.

http://www.abado.dk/modtag-tre-tilbud/

http://www.abado.dk/kontakt/

http://www.abado.dk/bliv-partner/

i don't have idea wrong.

can me?

the issue on padding: 25px 15px; in .form-control

you in put height 34px @ same time using padding-top(25px) + padding-bottom(25px) = 50px in 34px

add in css properties

.form-control{     height: auto; } 

or adjust padding value


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -