• Resolved Taylor.Samuel

    (@taylorsamuel)


    Had an issue with Body text in my list.

    Corrected it by adding some additional CSS:

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    This means that the body text shown in the list is displayed as “I have over Eighteen years ex” instead of taking up half the screen.

    Maybe you could add the css as aditional options?

    https://ww.wp.xz.cn/plugins/gravity-forms-sticky-list/

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

    (@fried_eggz)

    Thanks for the suggestion. The code you posted is dependent on the td having a width or max-width set. One goal of this plugin is to add minimal extra styles so I’ll leave it up to the user to style the generated table.

    I do however agree that your code is a good solution for overlapping body text and will point users with the same request to this thread.

Viewing 1 replies (of 1 total)

The topic ‘Body Text Truncating’ is closed to new replies.