Friday, August 26, 2016

How to reduce the width of choice column in List in SP 2013

Add it to a script editor web part to the page
<style type='text/css'>
.ms-vh-div[DisplayName='ChoiceColumnDisplayName']
{
  width:250px;
}
</style>

No comments:

Post a Comment