I am trying to create a dynamic component which contains:
- text with a background which grows vertically when text spills over 1 line
- a dot that is sits beside the text and stays centrally aligned to the background when the text frame grows.
The problem I am having is that the component that these live within, doesn’t grow with the frame. This is making it difficult to space elements below it because the distance is inaccurate as the component box has not grown. Difficult to explain but any help would be really appreciated!