My column header needs to be quite long, but the content of the column is only a few pixels wide, so loads of white space and horizontal scrolling required to see the rest of the content.
Any ideas?
|
My column header needs to be quite long, but the content of the column is only a few pixels wide, so loads of white space and horizontal scrolling required to see the rest of the content. Any ideas? |
|||
|
|
|
You can use SharePoint Designer to edit the AllItems.aspx view on this list. Insert this style inside the content place holder:
This will override the style for the column headers which is set to white-space: nowrap |
|||||||||
|
|
There is also a way to wrap the columns individually using JavaScript by removing the See Wrap ListViewWebPart Column Headers for more info (shameless link to my blog). |
|||
|
|