Skip to content

feat(webapp): keep Show dropdown and Run button always on the same line#356

Merged
henryiii merged 2 commits into
mainfrom
copilot/align-show-dropdown-with-run-button
Apr 3, 2026
Merged

feat(webapp): keep Show dropdown and Run button always on the same line#356
henryiii merged 2 commits into
mainfrom
copilot/align-show-dropdown-with-run-button

Conversation

Copilot AI commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

The Show drop-down and Run button are now wrapped in a Box with display: flex / flexDirection: row, so they always sit side-by-side on the same line regardless of screen width.

Previously, the outer Stack switched to column direction on xs screens, causing every control (including the Show dropdown and the Run button) to each occupy its own full-width row. With this change the two narrower controls are grouped into a single flex row that stays horizontal at all breakpoints.

Copilot AI requested a review from henryiii April 3, 2026 21:03
@henryiii henryiii marked this pull request as ready for review April 3, 2026 21:04
@henryiii henryiii merged commit d4d3130 into main Apr 3, 2026
13 checks passed
@henryiii henryiii deleted the copilot/align-show-dropdown-with-run-button branch April 3, 2026 21:14
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.

2 participants