• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

distance is diferent in two repetables not align to the left

javier94

Member
in a form i have 2 repeteables..

when i fill with datas.. one repeteable and another don´t align to the left in the same way.. i think is because the text in first repeteable.. lines have more text, and in the second have less text

show like this..

23.png

there is any way to put with similar space between number and text ??? in all the repeteable
i can not see any left align for datas or similar

thanks in advance!

Javier
 
This is only HTML/CSS.
You are using repeat group "table" display which creates HTML tables with columns widths depending on the content (as default).
If you need fixed column width you must add custom CSS adressing tables and columns widths.
 
Back
Top