How to update size of text box | XM Community
Skip to main content
Question

How to update size of text box

  • 8 July 2019
  • 3 replies
  • 185 views

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");

```

Leave a Reply