We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c506d commit 63d3f23Copy full SHA for 63d3f23
1 file changed
core/src/components/textarea/textarea.ionic.scss
@@ -112,6 +112,17 @@
112
padding-bottom: var(--padding-bottom);
113
}
114
115
+/**
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-floating) textarea,
121
+ :host(.textarea-label-placement-stacked[auto-grow]) .native-wrapper::after,
122
+ :host(.textarea-label-placement-floating[auto-grow]) .native-wrapper::after {
123
+ @include globals.margin(0px);
124
+ }
125
+
126
// Textarea Highlight
127
// ----------------------------------------------------------------
128
0 commit comments