Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra margin bottom on Textarea #182

Closed
edirpedro opened this issue Jun 30, 2016 · 2 comments
Closed

Remove extra margin bottom on Textarea #182

edirpedro opened this issue Jun 30, 2016 · 2 comments

Comments

@edirpedro
Copy link

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;
}
@edirpedro edirpedro changed the title Remove extra margin bottom on Texarea Remove extra margin bottom on Textarea Jun 30, 2016
@arielk
Copy link
Member

arielk commented Jul 1, 2016

I'm not sure about the issue, can you take a screen capture please?

@edirpedro
Copy link
Author

Before
no-correction

After
with -correction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants