Wrap text within my configurable list?

  • tracyalexander
    Asked on April 18, 2017 at 5:17 AM

    I have some text that is really long (show jumping section) and would like to wrap it within my configurable list instead of making my form a ridiculous width

    Please help

  • Nik_C
    Replied on April 18, 2017 at 6:19 AM

    Could you please let us know which configurable list in your form is affected and which text so we can assist you?

    We'll wait for your response.

    Thank you!

  • tracyalexander
    Replied on April 18, 2017 at 9:45 AM

    It is the show jumping section - #input_109

  • Ian
    Replied on April 18, 2017 at 11:27 AM

    For the configuration list where you want to resize the select field add the following custom css

     

    select{

    width:200px;

    }

    Wrap text within my configurable list? Image 1 Screenshot 20

     

    Hope this helps.