diff --git a/core/src/components/radio/radio.scss b/core/src/components/radio/radio.scss index 2f70b3b2ee..79eb4850c3 100644 --- a/core/src/components/radio/radio.scss +++ b/core/src/components/radio/radio.scss @@ -72,7 +72,7 @@ input { */ :host([slot="start"]), :host([slot="end"]) { - // Reset the flex property when the checkbox + // Reset the flex property when the radio // is slotted to avoid growing the element larger // than its content. flex: initial; diff --git a/core/src/components/select/select.scss b/core/src/components/select/select.scss index 2ed4deee59..b11eb27c03 100644 --- a/core/src/components/select/select.scss +++ b/core/src/components/select/select.scss @@ -100,7 +100,7 @@ */ :host([slot="start"]), :host([slot="end"]) { - // Reset the flex property when the checkbox + // Reset the flex property when the select // is slotted to avoid growing the element larger // than its content. flex: initial; diff --git a/core/src/components/toggle/toggle.scss b/core/src/components/toggle/toggle.scss index 9ea144a85b..0e0b64385f 100644 --- a/core/src/components/toggle/toggle.scss +++ b/core/src/components/toggle/toggle.scss @@ -53,7 +53,7 @@ */ :host([slot="start"]), :host([slot="end"]) { - // Reset the flex property when the checkbox + // Reset the flex property when the toggle // is slotted to avoid growing the element larger // than its content. flex: initial;