Skip to content Skip to sidebar Skip to footer

Inputs Have Very Small Height

I used bootstrap a lot of times before, but now in my GAE project I have a problem — the input elements have really small height. Buttons, for example, are OK: HTML code:

Solution 1:

Add

<!DOCTYPE html>

to your document should fix the problem.

Post a Comment for "Inputs Have Very Small Height"