Skip to content

Commit caa88b3

Browse files
style(many): fix comments with wrong component names (#29665)
1 parent ceb41f3 commit caa88b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/components/radio/radio.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

core/src/components/select/select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
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;

core/src/components/toggle/toggle.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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;

0 commit comments

Comments
 (0)