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 {
7272 */
7373:host ([slot = " start" ]),
7474:host ([slot = " end" ]) {
75- // Reset the flex property when the checkbox
75+ // Reset the flex property when the radio
7676 // is slotted to avoid growing the element larger
7777 // than its content.
7878 flex : initial ;
Original file line number Diff line number Diff line change 100100 */
101101:host ([slot = " start" ]),
102102:host ([slot = " end" ]) {
103- // Reset the flex property when the checkbox
103+ // Reset the flex property when the select
104104 // is slotted to avoid growing the element larger
105105 // than its content.
106106 flex : initial ;
Original file line number Diff line number Diff line change 5353 */
5454:host ([slot = " start" ]),
5555:host ([slot = " end" ]) {
56- // Reset the flex property when the checkbox
56+ // Reset the flex property when the toggle
5757 // is slotted to avoid growing the element larger
5858 // than its content.
5959 flex : initial ;
You can’t perform that action at this time.
0 commit comments