Tuesday 11 March 2014

Word wrapping SharePoint list column headers

Word wrapping SharePoint list column headers
find class name which column is having the problem.
Write style..
<style type= "text/css">
.ms-vh2-nograd
{
width: 200px;
overflow:auto;
white-space: normal
}
</style>
Now, go to page where your are getting this issue.
Edit page
Click “Add a web part”
Select Media and Content > Content Editor
Select “Click here to add new content”
On the ribbon select Html > Edit HTML Source
Add in the CSS, which u wrote.