Body Text Truncating
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Body Text Truncating’ is closed to new replies.