Basically I have a couple of input fields that have a range pre-added with some text,
when I try to set col-lg-4 and col-lg-8 in add-group-addon and the input field itself, it does not do what I tried to do and resize.
<div class="input-group"> <span class="input-group-addon">some text</span> <input type="text" class="form-control" id="current_pwd" name="current_pwd" /> </div>
Can someone help me get the input-group-addon get the same size
I created a fiddle here:
http://jsfiddle.net/Dzhz4/
which explains my problem.
Anyone who can shed light please?
css twitter-bootstrap
J.Pip Aug 6 '13 at 8:43 2013-08-06 08:43
source share