Positioning in PSU

Product: PowerShell Universal
Version: 3.7.9

How do PSU creators position things around tables (like buttons?)

For example this large gap, what do others do?

so for now I just let the typography sit higher but I would still be interested how others do this

Perhaps you use Grids?

Okay clearly grids are the way to go here. Quite amazing in their simplicity.

Question: How can you position within the grid? Right alignment and such.

Not sure why but New-UDStack worked

New-UDGrid -Item -ExtraSmallSize 2 -Content {
        New-UDStack -Direction column  -Content {
            New-UDButton -ShowLoadi...