File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ input {
72
72
*/
73
73
:host ([slot = " start" ]),
74
74
:host ([slot = " end" ]) {
75
- // Reset the flex property when the checkbox
75
+ // Reset the flex property when the radio
76
76
// is slotted to avoid growing the element larger
77
77
// than its content.
78
78
flex : initial ;
Original file line number Diff line number Diff line change 100
100
*/
101
101
:host ([slot = " start" ]),
102
102
:host ([slot = " end" ]) {
103
- // Reset the flex property when the checkbox
103
+ // Reset the flex property when the select
104
104
// is slotted to avoid growing the element larger
105
105
// than its content.
106
106
flex : initial ;
Original file line number Diff line number Diff line change 53
53
*/
54
54
:host ([slot = " start" ]),
55
55
:host ([slot = " end" ]) {
56
- // Reset the flex property when the checkbox
56
+ // Reset the flex property when the toggle
57
57
// is slotted to avoid growing the element larger
58
58
// than its content.
59
59
flex : initial ;
You can’t perform that action at this time.
0 commit comments