Jan 16 2018 06:46 PM
As it stands right now, my "modern" experience lists cut off multi-line fields at about 4 lines. Is there a way to allow all of the lines to be visible for all items?
Thanks!
Jan 16 2018 10:29 PM
May 07 2018 01:35 AM
Can try this. It will put a scroll. You can play with the max-eight
In the column formatting option:
{
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
"debugMode": true,
"elmType": "div",
"children": [
{
"elmType": "div",
"txtContent": "@currentField",
"style": {
"padding":"11px 8px",
"max-height":"64px",
"overflow-y":"auto",
"align-items":"flex-start"
}
}
]
}
May 06 2019 11:55 AM
@Martin Coupal - Very slick!!!
May 07 2019 06:38 AM
@Carlos Montilla You can also do it without the scroll. See post here https://thechriskent.com/tag/multi-line-text/
Aug 30 2021 09:31 AM