I am trying to fix / reduce the open comments text box as attached here. Need help
Page 1 / 1
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.
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");
```
> 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.