I have a table in which I can drag rows doing drag and drop.
To break some words I use the word-wrap:break-word;
and the display:inline-block
to work on browsers like Chrome.
The style, when dragging a row which has the applied display style: inline-block changes and looks bad.
I leave a JSFiddle so that it can be tested. (The second row is the one that goes wrong.)
It looks good: (row not affected by the inline-block)
It looks bad: (row affected by the inline-block)