@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
31 lines (22 loc) • 1.27 kB
Markdown
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
# Form Layout Release Notes
<!-- ## [Unreleased] -->
## 2.26.0
### Fixed
- Changed the alignment of address form element. This fixes the alignment issue in cases where help text is present.
## 2.19.0
### 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`