From 4569d57f5b22dc18b818ca0b6d8f0062996e91c6 Mon Sep 17 00:00:00 2001 From: Dotta Date: Thu, 5 Mar 2026 17:18:15 -0600 Subject: [PATCH] fix(ui): improve mobile layout for assignee/project selectors in new issue dialog Allow the "For [Assignee] in [Project]" row to wrap on mobile instead of requiring horizontal scroll that pushes selectors off-screen. On desktop (sm+), the row stays inline with min-w-max. Added overscroll-x-contain for better touch scroll containment. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/NewIssueDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index 7e16559f..fd3d004b 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -641,8 +641,8 @@ export function NewIssueDialog() {
-
-
+
+
For