Commit 328974b
fix(frontend): size text snapshot editor to content (ARG-454) (#2350)
The single text/ARIA snapshot editor sits in a row flex container whose
default `align-items: stretch` stretched the bordered viewer to the full
panel height, leaving a large empty box for short snapshots.
Wrap it in a `w-full self-start` div so it sizes to its content; the outer
panel is already `overflow-y-auto`, so tall snapshots still scroll.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0810fca commit 328974b
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
1511 | 1515 | | |
1512 | | - | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1516 | 1522 | | |
1517 | 1523 | | |
1518 | 1524 | | |
| |||
0 commit comments