You've got a space in between those two fields. I believe that's what's causing the issue.
On Sunday, June 2, 2013, Jessica Mauerhan wrote: > Has anyone else had issues with the controls-row for a form having weird > padding in tablet mode? > Desktop: > > > <https://f.cloud.github.com/assets/4204262/597518/92ec12da-cbfc-11e2-9c4b-5bcd8eb8557c.png> > > Tablet: > > > <https://f.cloud.github.com/assets/4204262/597519/b1a6da84-cbfc-11e2-9671-e5d1e72a504d.png> > > > Code: > > <div class="span4"> > <h3>Phone</h3> > <div class="well"> > <h5>Primary Phone</h5> > <div class="addresses"> > > <input type="text" id="Client_clientAddresses_0_address1" > name="Client[clientAddresses][0][address1]" required="required" > placeholder="Address 1" class="span12" /> > > <input type="text" id="Client_clientAddresses_0_address2" > name="Client[clientAddresses][0][address2]" required="required" > placeholder="Address 2" class="span12" /> > > <input type="text" id="Client_clientAddresses_0_city" > name="Client[clientAddresses][0][city]" required="required" > placeholder="City" class="span12" /> > > <div class="controls controls-row"> > > <select id="Client_clientAddresses_0_state" > name="Client[clientAddresses][0][state]" required="required" class="span4" > placeholder=""><option value="1">AL</option></select> > > <input type="text" id="Client_clientAddresses_0_zipcode" > name="Client[clientAddresses][0][zipcode]" required="required" > class="span8" placeholder="Zip Code" /> > </div> > </div> > </div></div> > > -- > You received this message because you are subscribed to the Google Groups > "twitter-bootstrap" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]<javascript:_e({}, > 'cvml', > 'twitter-bootstrap%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
