Twitter Bootstrap Login Adds Breaks to Line-Liquid

I use Twitter Bootstrap along with their responsive taste. I am having problems adding-adding and adding "%" to the end of the input. I realized that fixing the “fluid” problem from the “ordinary fluid” solves the problem.

Thanks in advance to everyone!

+5
source share
1 answer

A quick way to do this is to swim to the inputleft. Add style.css to your style and remove the class span2from your input (use% or a fixed width instead).

.input-append input { float:left; width:10% }

, bootstrap-responsive.css bootstrap.css, .

http://jsfiddle.net/eterpstra/eXVuM/ ( "" , < 768px. , , jsFiddle .)

+5

All Articles