angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 444 forks source link

design issue #527

Closed ghost closed 7 years ago

ghost commented 7 years ago

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 `

                                    <label class="col-sm-9" for="{{assets.id}}" >
                                        {{assignLearningpath.name}}
                                    </label>
                                </div>

`