@@ -, +, @@ --- .../lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css +++ a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css @@ -3,6 +3,7 @@ table.treetable span.indenter { margin: 0; padding: 0; text-align: right; + width: 19px; /* Disable text selection of nodes (for better D&D UX) */ user-select: none; --