Actions
Bug #6074
closedOdd wrap behavior on sortable tables
Start date:
04/04/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
sortable table headers don't wrap in a uniform manner, leading to odd behavior:
This is appears to be due to following the css rule (sortable-theme-bootstrap:28):
table[data-sortable] th:after
Proposed fix is to override the rule, but need to make sure it doesn't affect usability first.
Actions