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.
Updated by Chris Buechler over 8 years ago
- Target version changed from 2.3.1 to 2.3.2
Updated by Jared Dillard over 8 years ago
- Status changed from New to Feedback
I added a CSS nowrap property and a "table-responsive" div to the captive portal widget as well as styled the sortable tables.
Commits (in devel and RELENG_2_3):
https://github.com/pfsense/pfsense/commit/b9212b1535fc0d2548121827c448c8a72486f7cf
https://github.com/pfsense/pfsense/commit/c6310cf4508e45b0c1072bca16e7c937f50c489d
https://github.com/pfsense/pfsense/commit/79c508721d91d40f66a40b0208b7bae900758d1d
Actions