Input width #92
Answered
by
KonnorRogers
mirkocutri
asked this question in
Help & Support
-
Hello, How an Input can be resized in its width? Actually, it's using much more space than I need and it is taking space from other elements who need space. This is my code:
Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
KonnorRogers
Nov 11, 2024
Replies: 1 comment 5 replies
-
There's so many ways to change width of an element, but the simplest is to just set a width. <wa-input style="width: 100px;"></wa-input> |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mirkocutri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's so many ways to change width of an element, but the simplest is to just set a width.
https://codepen.io/paramagicdev/pen/KKObmXz?editors=1000