The textarea has an extra margin effect that makes the description a little far from the element. Correction: elementor/assets/scss/editor/_forms.scss ``` textarea { resize: vertical; vertical-align: top; display: block; } ```
The textarea has an extra margin effect that makes the description a little far from the element.
Correction: elementor/assets/scss/editor/_forms.scss