add new columns, no word wrapping in tags column
This commit is contained in:
parent
c48f9ffb5c
commit
bfe5770193
2 changed files with 7 additions and 3 deletions
|
|
@ -239,6 +239,7 @@ table.dataTable.mini thead td {
|
|||
table.dataTable.mini tbody th,
|
||||
table.dataTable.mini tbody td {
|
||||
padding: 2px 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue