ddouble / bsie

Bootstrap IE6 Compatible Library
http://ddouble.github.com/bsie/
686 stars 189 forks source link

text input expands indefinitely #19

Open eleumik opened 8 years ago

eleumik commented 8 years ago

If I have a text input with long text inside the input expands indefinitely, my fix:

INPUT {overflow-x:hidden; }