+1
Résolu
How can you have 2 variable length text strings display side by side
I have 2 text strings that are variable width and I want them to display butted against each other (no overlap) and have them centered in a panel. So no matter if one side is shorter than the other, they are always centered. The reason there's 2 text elements is I need to have one variable text element be bold where the other is not. In HTML I would use something like a tag. Is there a way to do this in Wire? I added an image example although I have this concept frequently through our app.
Service d'assistance aux clients par UserEcho
So the one issue that rules out Dustin's option is that I don't necessarily want the split between the 2 variables to be the center. I'd like the holistic text (both variables together) to be centered.
So I thought Ian's route would work, but it seems like fitwidth need to have absolute widths set on the children text elements. Since I'm not sure on the width, I'm not sure how to handle that.
Any further thoughts?