JSON Format a multiline text field with versioning enabled?

Copper Contributor

Hello all, I have been learning a bit more about JSON over the past couple of years, which is incredibly helpful with formatting layouts of list data.  I'm wondering if anyone knows if it is possible to override the column width of a multiline text field when either rich-text or versioning/appending changes is enabled.  As you can see in my screen shot below, I can override the column width as long as neither of those attributes are enabled using the following column formatting:

 

{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"style": {
"color": "black",
"width": "500px"
}
}

 

RyanTechBrian_0-1685025755719.png

 

0 Replies