I am using a popup list to hold questions for an FAQ page, and due to size constraints, cannot necessarily fit the entire question on one line. I have successfully gotten the questions to wrap, but this throws off the calculations for the background sprite and highlighting sprite, as well as the colliders. Is there a workaround for calculating sizes that are not uniform?