Request: Can the ID column be wider?
-
In the tablepress “All Tables” view, the “ID” column is so narrow that if you use anything other than integers like “10” or “122”, you’ll likely have them wrap quite brutally (see below images). Could the CSS in “/plugins/tablepress/admin/css/common.min.css” be altered slightly from:
50px, to 150px
e.g. Changed to:
.tablepress-all-tables thead .column-table_id {
width: 150px;
}Yikes!:
Better:
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Request: Can the ID column be wider?’ is closed to new replies.