Project

General

Profile

Bug #6074

Updated by Jared Dillard about 8 years ago

sortable table headers don't wrap in a uniform manner, leading to odd behavior: 

 !http://i.imgur.com/T3LG9dY.png! 


 This is appears to be due to following the css rule (sortable-theme-bootstrap:28):  

 <pre>table[data-sortable] th:after </pre> 

 Proposed fix is if to override the rule, but need to make sure it doesn't affect usability first. usability.

Back