File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ui/components/checkbox-toggle Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 52
52
- Labels will no longer wrap below the checkbox. When the label text wraps, it will now go directly under the previous line.
53
53
54
54
### [ Checkbox Toggle] ( https://www.lightningdesignsystem.com/components/checkbox-toggle )
55
- ## Added
55
+ #### Added
56
56
- Added ` slds ` as the default namespace with ` sds ` fallbacks for Styling Hooks.
57
57
- Added reassignment of Styling Hooks for component states.
58
+ #### Fixed
59
+ - Fixed spacing between checkbox toggle label and input on mobile.
58
60
59
61
### [ Color Picker] ( https://www.lightningdesignsystem.com/components/color-picker )
60
62
#### Changed
Original file line number Diff line number Diff line change 6
6
7
7
## 2.17.0
8
8
9
- ## Added
9
+ ### Added
10
10
- Added ` slds ` as the default namespace with ` sds ` fallbacks for Styling Hooks.
11
11
- Added reassignment of Styling Hooks for component states.
12
12
13
+ ### Fixed
14
+ - Fixed spacing between checkbox toggle label and input on mobile.
15
+
13
16
## 2.14.0
14
17
15
18
### Added
Original file line number Diff line number Diff line change 5
5
.slds-form-element__label {
6
6
align-items : flex-start ;
7
7
font-size : $font-size-5 ;
8
+ padding-right : $spacing-x-small ;
8
9
}
9
10
10
11
[type = " checkbox" ] {
You can’t perform that action at this time.
0 commit comments