Commit c8197f4
fix(usage): let the first breakdown row lose its top border
The rule was there to drop the line above the first row, but List
returned a fragment, so the rows were siblings of the section header and
the first one was never :first-child. Wrapping them makes the rule apply
rather than deleting a line that was describing the intent correctly.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent f4702d1 commit c8197f4
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments