Skip to content

Fix new-task panel UI interactions#141

Open
FourWindff wants to merge 2 commits into
johannesjo:mainfrom
FourWindff:polish/new-task-panel
Open

Fix new-task panel UI interactions#141
FourWindff wants to merge 2 commits into
johannesjo:mainfrom
FourWindff:polish/new-task-panel

Conversation

@FourWindff
Copy link
Copy Markdown
Contributor

Summary

Small fixes for the new-task dialog panel:

  • Prevent accidental text selection in the dialog
  • Prevent the base-branch label from stretching and triggering the dropdown when clicked outside the intended area

FourWindff and others added 2 commits May 25, 2026 08:46
The label has a `for` attribute linking it to the BranchCombobox input.
In a flex-direction: column container, flex items default to
align-self: stretch, so clicking the empty space to the right of the
"Base branch" text still activated the label and focused the input,
triggering the dropdown. Add `align-self: flex-start` so the label
only wraps its text content.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant