From 11643941e69a3b6b47ec6ae43fab17f2fd17c7b4 Mon Sep 17 00:00:00 2001 From: Darren Davison Date: Sat, 4 Apr 2026 02:39:04 +0100 Subject: [PATCH] fix: add sm:pl-7 to ensure child indentation is visible on desktop The base IssueRow has sm:pl-1 which overrides pl-6 at sm+ breakpoints. Adding sm:pl-7 ensures the indent is visible at all screen sizes. Co-Authored-By: Paperclip --- ui/src/components/IssuesList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/IssuesList.tsx b/ui/src/components/IssuesList.tsx index 6d56704d..948feeac 100644 --- a/ui/src/components/IssuesList.tsx +++ b/ui/src/components/IssuesList.tsx @@ -696,7 +696,7 @@ export function IssuesList({