How do I force a dropdown accordion to wrap text to another line in the header?

Hey @Magada85 it looks like @andyjames solution works, though you will only see these changes on the published live site.

If you add in the following code to your page custom code Inside </head> tag area then the text wraps correctly on the published site:

<style>
.question-column .w-dropdown-toggle {
  white-space: normal;
}
</style>

Thank you very much for bringing this to our attention, I really appreciate it and am looking into this issue more. I’ll let you know as soon as I have more information.

1 Like