I have a sortable list, each sortable item contains a table. I would like to align the columns from all the tables. Using table-layout: fixed in CSS works fine, but when the cell contents are too long, the contents overlaps. I would like the tables to expand to fit the content in the cells and horizontal scrollbar should appear if there's not enough horizontal space.
I tried to resolve this putting everything in one table, but this is not good, because in some cases extra content appears under the table in the sort item, and also, sorting table rows with jquery is not working so fine.
The simplified version of the code is here: http://jsfiddle.net/buZUz/1/