You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ios): add paragraphSpacing support to checkbox list
Add a `paragraphSpacing` property to `ulCheckbox` in `HtmlStyle` to control
vertical spacing between checkbox list items on iOS. Uses
`NSMutableParagraphStyle.paragraphSpacing` which was already available but
not wired up.
Defaults to 0 (no change in existing behavior).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments