How to update size of text box | XM Community
Skip to main content
I am trying to fix / reduce the open comments text box as attached here. Need help
You should be able to just grab the side of it and drag it smaller. Give that a try and let us know.
Thanks for responding. I tried doing the same, but still the size of the text box not changing. Is there a Java script to fix this issue.
> @Kesav said: > Thanks for responding. I tried doing the same, but still the size of the text box not changing. > Is there a Java script to fix this issue. ``` jQuery("#"+this.questionId+" .InputText").css("width", "150px"); ```