Commit 540fcf6
committed
fix(webapp): let the connected GitHub repo rows use the full step width
The deployments blank state wrapped GitHubSettingsPanel in a shrink-to-fit
container. That suited the button-only prompt, but the connected repository
view now renders full-width settings rows, and the wrapper held them to 567px
of the 655px the step provides.
Nothing overflowed, so this is a refinement rather than a broken layout. The
prompt state is unaffected: the button keeps its natural size and only the hint
wraps later.1 parent 230aafe commit 540fcf6
1 file changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
712 | 710 | | |
713 | 711 | | |
714 | 712 | | |
| |||
0 commit comments