I am creating a collapsible set, which is great, but I can't get the titles to word wrap. How do I get the title to span multiple lines instead of fading off into the distance with ellipses?
Hello --
You can do multiple line buttons in the collapsible steps.
Please follow these steps:
ol
liSelect certain "mobilecollapsblock" where you need to add this style. And add the "multiLineHeaderBlock" as class name. http://prntscr.com/36jojn/direct/li
liCreate new CSS. And populate it with following code:
precode
.multiLineHeaderBlock .ui-btn{
white-space: normal !important;
}/code/pre
/li
/ol
That's all.
Regards.
Thank you! But that doesn't seem to work for me. I still don't get headers that wrap to a second line. Any other ideas?
Hello!
Should be working if you have done everything correctly. You can see that on preview, not in builder.
Please post public app link if it still doesn't work