Microsoft Lists does not fit all text in

Pinto, Fernando 0 Reputation points
2025-04-03T10:20:22.18+00:00

Hi

Suddenly my entire collections of lists stop filling all text in a row.

For example:
User's image

We can see that last line as more text but is like cut. We can see that text is there if we open it with gride view mode.

I also try to make a new list and paste the content from that column, but result is the same.

Noticed that column are set as multiple line text.

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,553 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yanli Jiang - MSFT 31,561 Reputation points Microsoft External Staff
    2025-04-04T06:41:29.01+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.