Page 1 of 1

How do I get the headers in my collapsible set to word wrap?

Posted: Thu Apr 03, 2014 12:02 am
by S6781372

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?

Image


How do I get the headers in my collapsible set to word wrap?

Posted: Thu Apr 03, 2014 4:05 am
by Illya Stepanov

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.


How do I get the headers in my collapsible set to word wrap?

Posted: Fri Apr 04, 2014 3:36 pm
by S6781372

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?


How do I get the headers in my collapsible set to word wrap?

Posted: Fri Apr 04, 2014 8:58 pm
by Maryna Brodina

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