Hi
How would we make offcanvas dropdown items fall into a new line if link text is too long?
We have tried to add a few CSS rules but none of them did the job.
Sorted with custom CSS rule:
.t4-off-canvas-body .dropdown-item { white-space: normal !important; }
Thanks for your sharing.