Force checkbox table columns to narrow width

This commit is contained in:
Jeremy Stretch
2019-10-07 17:22:35 -04:00
parent 51c96e475d
commit 6b4e065b67
2 changed files with 9 additions and 0 deletions

View File

@@ -149,6 +149,9 @@ table.attr-table td:nth-child(1) {
.table-headings th {
background-color: #f5f5f5;
}
td.min-width {
width: 1%;
}
/* Paginator */
div.paginator {