• Resolved troyeccles

    (@troyeccles)


    I have a field called “Description” on my WP-Forms and it’s a text field. When viewed on the front end, it scrolls WAY off the page. Is there any way of truncating this with a ‘READ MORE’ button or something similar?

Viewing 1 replies (of 1 total)
  • Plugin Author Aman

    (@aman086)

    Hi

    You can use below css to break text

    .wpforms-views-table th, .wpforms-views-table td {
        white-space: normal;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Limit field size?’ is closed to new replies.