mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +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 {
|
.table tbody tr {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.dt-nowrap {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock page_head %}
|
{% endblock page_head %}
|
||||||
|
|
||||||
|
@ -160,6 +164,10 @@
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"searchable": true
|
"searchable": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"targets": [ 3 ],
|
||||||
|
"className": "dt-nowrap"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"targets": [ 4 ],
|
"targets": [ 4 ],
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
Loading…
Reference in a new issue