Odd behavior with App UI

Hi Bubbler,

I have an interesting, but annoying problem with my app that I hope some of you can help diagnose.

Disclaimer, everything on my app is fixed width.

I have a created a popup that shows a series of data. I’ve make sure that the spacing between the bracket and the data fields are standardized. However, when I preview the popup, the element doesn’t line up, especially at the bottom. Please see the screen shots below:


Any idea would be appreciated.

Thanks,
FundKernel Development

That’s likely because the word Politically Exposed is stretching to two lines and since you have fixed width, the original width is not enough for it to fit in one line.

To continue keeping fixed width in your design, you will need to make that text width a bit more wider so that it can fit in one line.

Hopefully this helps.

Cool! I’ll give that a try!

Thanks!