Commit 233c2a1
fix(list): fill the width under justify-self: start parents (rich-text)
nldd-list is display:block, which fills in normal flow but shrinkwraps under a
justify-self: start grid/flex parent — notably nldd-rich-text, which gives
non-text children justify-self: start and expects width:100% children to fill
the span. Embedded lists (e.g. doc feature cards) collapsed to their content
width. Add width:100% to the host so the list fills its column there too.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3da1d7d commit 233c2a1
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments