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

WebUI textarea resize goes outside div element #257

Open
devster31 opened this issue Aug 11, 2016 · 0 comments
Open

WebUI textarea resize goes outside div element #257

devster31 opened this issue Aug 11, 2016 · 0 comments

Comments

@devster31
Copy link

devster31 commented Aug 11, 2016

In the dlgProps-form there's a textarea with ID prop-trackers that's resizeable, however the containing div isn't, so if I drag the corner outside the div it can't be shrinked anymore.
The easy solution would be to resize: none the textarea:

#prop-trackers {
    height: 5em;
    resize: none;
}

or to set #dlgProps with width: auto (not tested).

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

1 participant