From 6a731beb538b1140fb64d1464d84daae0b2c5e66 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Tue, 11 Aug 2026 08:47:00 +0200 Subject: [PATCH] fix(ui): add vertical spacing between task rows Cards touched with Margin=0. Add margin on the inner task-row border instead of the ListBoxItem style, so the drag/drop hit-test container still covers the row and the drop-hint doesn't flicker between items. --- src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml b/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml index ad763270..116acd43 100644 --- a/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml @@ -29,7 +29,7 @@