Fixed Register by facebook - fb:facepile overflow

refael

Well-known member
Open the template register_facebook
Find the line

HTML:
<dd><fb:facepile width="{xen:calc '@formWidth - @ctrlUnitLabelWidth'}" max_rows="5" colorscheme="@fbColorScheme"></fb:facepile></dd>

As you can see, fb:facepile has a fixed width.

ss.webp
 
Unfortunately we basically need to pick the minimum width here as it may come up in responsive, but the values that have been there don't really make sense in 1.2 (as we we use percentages).

Regardless, this should be fixed for 1.2.2.
 
Top Bottom