Hello, I am able to Word Wrap all of a list's headers using CSS but I want to only wrap a single column's header. Does anybody know how to limit word wrap to just one column's header? Thanks.
Hello, I am able to Word Wrap all of a list's headers using CSS but I want to only wrap a single column's header. Does anybody know how to limit word wrap to just one column's header? Thanks.
Hello @NeddyFlanders-5787 ,
You can use the following CSS code:
<style>
.ms-vh-div[DisplayName='column dispaly name?']
{
white-space: normal;
}
</style>


Thanks,
Echo Du
===============================
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi @NeddyFlanders-5787 ,
Is there anything else I can help with regarding this issue?
You can comment us at any time and we will continue to follow up.
Thanks,
Echo Du
3 people are following this question.