@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
25 lines (19 loc) • 1.13 kB
Markdown
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
# Form Layout Release Notes
<!-- ## [Unreleased] -->
## 2.19
### Added
- Spacing Styling Hooks for Compound `Form`
- `--slds-c-form-compound-spacing-block-start` to customize `margin top`
- `--slds-c-form-compound-spacing-block-end` to customize `margin bottom`
- `--slds-c-form-compound-spacing-block` to customize `margin top & bottom`
- `--slds-c-form-compound-spacing-inline-start` to customize `margin left`
- `--slds-c-form-compound-spacing-inline-end` to customize `margin right`
- `--slds-c-form-compound-spacing-inline` to customize `margin left & right`
- Spacing Styling Hooks for `Form Element` Row
- `--slds-c-form-row-spacing-block-start` to customize `margin top`
- `--slds-c-form-row-spacing-block-end` to customize `margin bottom`
- `--slds-c-form-row-spacing-block` to customize `margin top & bottom`
- `--slds-c-form-row-spacing-inline-start` to customize `margin left`
- `--slds-c-form-row-spacing-inline-end` to customize `margin right`
- `--slds-c-form-row-spacing-inline` to customize `margin left & right`