is there a way to vertically pad non monospace text in an embed

I'd like to make neat columns out of my tabular data. I tried playing around with monospace blocks but that looks like šŸ’© on mobile. If i use value.padStart(15) and padEnd() it seems the whitespaces are collapsed or at least it's not predictable at all. It does not have to be perfect but close enough would be great!
image.png
Was this page helpful?