Why are the options of Checkbox field is displayed in two lines?

  • Hangchanleakna
    Asked on April 1, 2019 at 9:47 PM

    Hi . Can somebody quickly check on my form . The text dropped , mean 1 plastic rack . U see the rack word dropped. Energy drink . Drink is dropped. Can u quickly help on this. I have reviewed this on phone. And I don’t want that . It was okay in the past . And look weird this morning. 


    15541695799E2CECA2 8A2E 4AF2 95DC 15ACCA Screenshot 10

  • Kiran Support Team Lead
    Replied on April 1, 2019 at 11:10 PM

    Did you make any changes to the form that might have caused the issue? If so, you may check the form revision history to revert the form to an earlier working version.

    You may also try adding the following CSS code to the form to increase the width of the options for Single choice and Multiple choice fields.

    .form-single-column .form-checkbox-item, .form-single-column .form-radio-item {

    width: 115%;

    }

    Thank you!