Title: Breaks instead of scroll function?
Last modified: September 12, 2021

---

# Breaks instead of scroll function?

 *  Resolved [fam987](https://wordpress.org/support/users/fam987/)
 * (@fam987)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/breaks-instead-of-scroll-function/)
 * 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](https://wordpress.org/support/users/aman086/)
 * (@aman086)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/breaks-instead-of-scroll-function/#post-14866410)
 * 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 4 years, 9 months ago by [Aman](https://wordpress.org/support/users/aman086/).

Viewing 1 replies (of 1 total)

The topic ‘Breaks instead of scroll function?’ is closed to new replies.

 * ![](https://ps.w.org/views-for-ninja-forms/assets/icon-256x256.jpg?rev=2370352)
 * [Ninja Forms Views - Display & Edit Ninja Forms Submissions on your site frontend](https://wordpress.org/plugins/views-for-ninja-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/views-for-ninja-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/views-for-ninja-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/views-for-ninja-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/views-for-ninja-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/views-for-ninja-forms/reviews/)

## Tags

 * [entries](https://wordpress.org/support/topic-tag/entries/)
 * [submissions](https://wordpress.org/support/topic-tag/submissions/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aman](https://wordpress.org/support/users/aman086/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/breaks-instead-of-scroll-function/#post-14866410)
 * Status: resolved