angular-ui/ui-sortable

design issue

Opened this issue · 0 comments

label
when i check checkbox it adds to drag and drop.once add it into div my first label looking good but from the second the label is printing right corner of the label.when i give text-align="center" or text-align="left" with position:absolute it will not move.my view page code like below
<div ng-repeat="assignLearningpath in learningpath.learningassests" class="checkbox checkbox-primary col-sm-9"> <input type="checkbox" ng-checked="assignLearningpath.chk" id="{{assignLearningpath.id}}" ng-model="assignLearningpath.selected" value={{assignLearningpath.name}} ng-change='trackOrder(assignLearningpath)' /> <label class="col-sm-9" for="{{assets.id}}" > {{assignLearningpath.name}} </label> </div>