My goal: Container title formatted like {{ (i + 1) }}. {{ item.type }}
inside a ListView
Issue:
Retool appears to automatically apply list-item styling (similar to <li>
behavior).
This causes text alignment problems where:
- The number/bullet point stays fixed on the left and is cut off
- Only the text content moves when using text align properties
Steps I've taken to troubleshoot:
Tried to change alignment, margin, image width, and component width in an attempt to make the number part budge but to no avail.
Only changing to a different format (eg. {{ i + 1 }}.)
) un-applied the list styling.
Screen recording for reference: