resize item text box in form field | XM Community
Solved

resize item text box in form field

  • 28 November 2023
  • 1 reply
  • 61 views

Badge

I want to give respondents a list where there can enter a number of items. For this I use a form field. However, since I specify in the question label the type of item I want them to list, I want to keep the item text blank, except for a dash. However with item text which is blank except for a dash, the item text is just a large blank box. I want to shorten this box, so that the text entry fields are next to the dash:

 

In another question, I saw that it is possible to resize the text field. Is there an identifier equivalent to ".InputText" to resize the item text?

 

icon

Best answer by Deepak 28 November 2023, 18:25

View original

1 reply

Userlevel 7
Badge +36

@jaengen 

Include below code in look and feel> Style> Custom CSS

.Skin .TE .ControlContainer {
width: 100% !important;
}

Hope it helps!

Leave a Reply