Skip to content

Remove extra margin bottom on Textarea #182

@edirpedro

Description

@edirpedro

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions