Skip to content

Commit 0a9b00d

Browse files
committed
Fix lint issue
1 parent 882f576 commit 0a9b00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/textarea/textarea.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
* Removes the margin between the textarea and the label,
117117
* as ionic team already handles the margin.
118118
*/
119-
:host(.textarea-label-placement-stacked) textarea,
120-
:host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after {
119+
:host(.textarea-label-placement-stacked) textarea,
120+
:host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after {
121121
@include globals.margin(0px);
122122
}
123123

0 commit comments

Comments
 (0)