Forum Discussion
lindabusdiecker
Mar 08, 2021Brass Contributor
SharePoint Online - overlapping text in drop-down menu
In the last week, we've started seeing drop-downs with long choice text fields wrapping the text where it didn't do that in the past. I have switched to using radio buttons, but where there a lot of ...
- Mar 15, 2021
Column formatting did the trick. I used a sample from github, https://github.com/pnp/sp-dev-list-formatting/blob/master/column-samples/text-wrap-format/text-wrap-format.json and then just adjusted to what worked well for us.
Many thanks to theChrisKent and VesaJuvonen for publishing that sample!
lindabusdiecker
Mar 09, 2021Brass Contributor
For anyone who needs multi-select (which are required in some of our columns), keep in mind that the radio buttons work-around won't fit that need.
lindabusdiecker
Mar 15, 2021Brass Contributor
Column formatting did the trick. I used a sample from github, https://github.com/pnp/sp-dev-list-formatting/blob/master/column-samples/text-wrap-format/text-wrap-format.json and then just adjusted to what worked well for us.
Many thanks to theChrisKent and VesaJuvonen for publishing that sample!