Question
While using Repeating Rows, If one of the columns is a multi line text field, how can we wrap it, so it doesn’t distort the form size?
Answer
To be able to fix this issue, you will need to follow the steps below:
1. On your site, please go to the “site assets” library.
2. Please search for the KWIZCOM > APLFE sub-folder.
3. In this folder, please search for the kwizcom.aplfe.controller.css file. Edit it, and add the following style:
.k-rrfieldcontainer {
white-space: normal !important;
}