Hi @Pinto, Fernando ,
Welcome to Q&A forum!
According to my test, the column width may be insufficient, resulting in the text not being fully displayed. You can manually adjust the column width to display all the text.
Or use Column Formatting to reduce the font size to display all the text. The following script is for your reference, you can adjust the font size according to your situation:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"font-size": "10px"
},
"txtContent": "@currentField"
}
I appreciate your patience and understanding.
Hope these information helps.
Please do let us know if you have any further queries.
Kindly consider accepting the answer if the information provided is helpful. This can assist other community members in resolving similar issues.