• Resolved fam987

    (@fam987)


    Hi,

    When displaying content from a form that has submitted with a lot of text is the only alternative a scroll bar? Is it possible to get breaks in the passage so that it instead is displayed as several lines?

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

    (@aman086)

    Hi

    You can add below css code to Admin => Appearance => Customize => Advance Css

    body .nf-views-table th, body .nf-views-table td {
        white-space: pre-wrap;
    	
    }
    • This reply was modified 3 years, 2 months ago by Aman.
Viewing 1 replies (of 1 total)
  • The topic ‘Breaks instead of scroll function?’ is closed to new replies.