skip to Main Content

Twitter bootstrap – Align divs side by side with no empty black spaces

I have following HTML. I am using Twitter Bootstrap and AngularJS. <div class="item item-custom-first"> <select class="form-control"style="display:inline; float:right" ng-model="requestdata.units.length" ng-options="value.id as value.label group by value.group for value in lengthUnits" ng-change="validateLength()"> <option value="" selected hidden /> </select> </div> <div class="item item-input item-stacked-label…

VIEW QUESTION
Back To Top
Search