Revert "[#74195] Fix incorrect indentation on drag preview"

This reverts commit 5d1d4bd052.
This commit is contained in:
Alexander Brandon Coles
2026-05-07 16:38:21 +01:00
parent 05cdb18854
commit 870c280c40
@@ -67,7 +67,7 @@ module Backlogs
def drop_target_config
{
generic_drag_and_drop_target: "container mirrorContainer",
generic_drag_and_drop_target: "container",
target_container_accessor: ":scope > ul",
target_id: backlog_bucket.persisted? ? "backlog_bucket:#{backlog_bucket.id}" : "inbox",
target_allowed_drag_type: "story"