Navneet Chanalia's SharePoint Blog
Friday, 13 April 2018
How to increase the width of a column in SharePoint 2013 list?
Add the following in script editor:
<style type='text/css'>
.ms-vh-div[DisplayName='Column Display Name']
{
width:400px;
}
</style>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment