I\'ve got a simple jQuery sortable based on a list as follows:
Item 1 Item 2 Item 3
The following worked for me:
stop: function(event,ui){ ui.item.height("auto"); }