fix: too small sortable handle for ACP>Manage>Categories

The handle was initially just the icon, but now it is the icon
and the category label itself.
This commit is contained in:
Julian Lam
2020-07-27 16:07:52 -04:00
parent 97088f6887
commit 8473e165a6
3 changed files with 28 additions and 27 deletions

View File

@@ -291,7 +291,7 @@ define('admin/manage/categories', [
sortables[parentId] = Sortable.create($('ul[data-cid="' + parentId + '"]')[0], {
group: 'cross-categories',
animation: 150,
handle: '.icon',
handle: '.information',
dataIdAttr: 'data-cid',
ghostClass: 'placeholder',
onAdd: itemDidAdd,