mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +00:00
Fix for #1134
This commit is contained in:
parent
543b430862
commit
1d0d6821eb
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
.table tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td.dt-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
{% endblock page_head %}
|
||||
|
||||
|
@ -160,6 +164,10 @@
|
|||
"visible": false,
|
||||
"searchable": true
|
||||
},
|
||||
{
|
||||
"targets": [ 3 ],
|
||||
"className": "dt-nowrap"
|
||||
},
|
||||
{
|
||||
"targets": [ 4 ],
|
||||
"visible": false,
|
||||
|
|
Loading…
Reference in a new issue