Width Multiple Choice option

  • jinhwan.lee
    Asked on April 26, 2019 at 5:37 PM

    I have multiple choice field.

    I set column size to 3 to show 3 options in a row.

    But, it expands only half size of full width. So the text is truncated.

    How do I expand to use full width?

     

    Thanks,

  • jherwin
    Replied on April 26, 2019 at 9:18 PM

    Please inject this custom CSS Code to your form:

    .form-input {width:100%!important;}

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.