Skip to content
New issue

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

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

Already on GitHub? # to your account

How do I adjust height and width? #85

Open
medram opened this issue Jun 2, 2022 · 1 comment
Open

How do I adjust height and width? #85

medram opened this issue Jun 2, 2022 · 1 comment

Comments

@medram
Copy link

medram commented Jun 2, 2022

Please help, How do I adjust height and width?

@zankoAn
Copy link

zankoAn commented Jul 1, 2022

With the .vLargeTextField tag in CSS, you can specify width and height.

Example:

.vLargeTextField{
    width: 1000px;
    height: 400px;
}

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

No branches or pull requests

2 participants