How do I make text wrap?

  • OxtedTown
    Asked on December 11, 2017 at 4:18 AM
  • Ardian_L
    Replied on December 11, 2017 at 5:13 AM

    Hi,

    Please put this CSS Code in Custom CSS area:


    .form-checkbox-item {

        white-space: normal !important;

    }


    On this link you will find on how to inject Custom CSS Code.