How to wrap text with JSON in SP (gallery view)

Billy 25 Reputation points
2024-04-04T13:49:47.7566667+00:00

I am unable to wrap the title text and have tried couple of options.Can anyone help me out with this?

This is how it looks:

Screenshot 2024-04-04 at 15.47.31 This is the code:

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
  "elmType": "div",
  "style": {
    "box-sizing": "border-box",
    "white-space": "normal",
    "word-break": "break-word"
  },
  "attributes": {
    "class": "sp-field-fontSizeSmall sp-css-color-DarkGreenText sp-field-bold"
  },
  "txtContent": "[$Title]"
}

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

9 answers

Sort by: Most helpful
  1. Icon Leisure Valley WM 0 Reputation points
    2024-04-04T21:02:58.5533333+00:00

    {

    "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",

    "elmType": "div",

    "style": {

    "box-sizing": "border-box",
    
    "white-space": "normal",
    
    "word-break": "break-word"
    

    },

    "attributes": {

    "class": "sp-field-fontSizeSmall sp-css-color-DarkGreenText sp-field-bold"
    

    },

    "txtContent": "[$Title]"

    }

    0 comments No comments

  2. Icon Leisure Valley WM 0 Reputation points
    2024-04-04T21:03:09.2433333+00:00

    {

    "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",

    "elmType": "div",

    "style": {

    "box-sizing": "border-box",
    
    "white-space": "normal",
    
    "word-break": "break-word"
    

    },

    "attributes": {

    "class": "sp-field-fontSizeSmall sp-css-color-DarkGreenText sp-field-bold"
    

    },

    "txtContent": "[$Title]"

    }

    0 comments No comments

  3. Icon Leisure Valley WM 0 Reputation points
    2024-04-04T21:03:26.5333333+00:00

    "box-sizing": "border-box",

    "white-space": "normal",

    "word-break": "break-word"

    0 comments No comments

  4. Icon Leisure Valley WM 0 Reputation points
    2024-04-04T21:03:40.8933333+00:00

    "box-sizing": "border-box",

    "white-space": "normal",

    "word-break": "break-word"

    0 comments No comments

  5. Icon Leisure Valley WM 0 Reputation points
    2024-04-04T21:03:57.8266667+00:00

    "class": "sp-field-fontSizeSmall sp-css-color-DarkGreenText sp-field-bold"


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.