We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882f576 commit 0a9b00dCopy full SHA for 0a9b00d
core/src/components/textarea/textarea.ionic.scss
@@ -116,8 +116,8 @@
116
* Removes the margin between the textarea and the label,
117
* as ionic team already handles the margin.
118
*/
119
- :host(.textarea-label-placement-stacked) textarea,
120
- :host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after {
+:host(.textarea-label-placement-stacked) textarea,
+:host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after {
121
@include globals.margin(0px);
122
}
123
0 commit comments