fix(cas): responsive schema form grid, widen launch inputs page#108
Open
scottcmg wants to merge 1 commit into
Open
fix(cas): responsive schema form grid, widen launch inputs page#108scottcmg wants to merge 1 commit into
scottcmg wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
📊 Coverage Report
|
andrewwan-uipath
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Makes the agent schema form lay out responsively at any width.
auto-fitgrid (minmax(min(100%, 15rem), 1fr)). Fields now pair into two columns when there's room and collapse to one when tight — at every nesting level, since each grid sizes to its own width rather than inheriting the outer form's. Addedmin-width: 0on grid cells so long labels/inputs shrink instead of overflowing into their neighbor, and full-row spanning for object/array fields.w-[55%] max-w-[600px]) so the two-column layout actually has room on the launch screen.Why
Noticed while filming the bug-bash demo — unrelated to the bug-bash fixes, so raising it separately. Previously the columns could overlap/clip at narrow widths and nested object grids stayed stuck at two cramped columns.
Demo
Screen.Recording.2026-07-01.at.5.23.25.PM.mov
Testing
Verified in the standalone chat across window widths: two columns when wide, single column when narrow, nested objects collapse independently, no overlap.
🤖 Generated with Claude Code