Commit baed912
fix(ui-list): align ordered list start position with unordered lists
The previous implementation divided listPadding by 2, but this did not
correctly align ordered and unordered lists. Changed to subtract a fixed
1.3rem offset from the listPadding to ensure both list types start at the
same vertical position.
To test: Compare ordered and unordered lists side-by-side as shown in the
steps to reproduce example. Both list types should now start at the same
horizontal position.
Fixes #2249
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 765acf4 commit baed912
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments