Is it possible to change the width of the inside “text-area” of the input widget?
Cheers
Søren
Is it possible to change the width of the inside “text-area” of the input widget?
Cheers
Søren
Using the padding
property or adjusting css should do (for example
input { max-width: 30rem }
)