Fix 'Tags' padding to keep it farther from the edge and document the source of the...
[lhc/web/wiklou.git] / resources / src / jquery / jquery.tablesorter.styles.less
1 .client-js {
2 // Reserve space for table sortable controls
3 table.sortable > thead > tr > th:not( .unsortable ) {
4 padding-right: 21px;
5 }
6 }