css - how to setup bootstrap form in a modal -
css - how to setup bootstrap form in a modal -
i have been trying setup angular modal bootstrap form. not understand why turning out way is. using ngekathuwa lg modal angular-ui tabs inside. there huge space between labels , input fields. have plunkr setup, reason modal not actual width of mine. buttons on mine within modal. plunkr
<div class="col-md-6 column"> <!-- text input--> <div class="form-group"> <label class="col-md-4 control-label" for="jobnumber">number</label> <div class="col-md-4"> <input id="jobnumber" name="jobnumber" type="text" class="form-control input-md"> </div>!
i think have few container class holding open, , if set 'job' , 'customer' on top won't responsive.
if utilize xs, sm, md , lg ect..
class="col-sm-3"
you can business relationship different device sizes.
here's forked plunker
css angularjs twitter-bootstrap
Comments
Post a Comment