Ah, I finally see what you mean,
Alright, we just need a bit of CSS for that,
You can either use this bit, which will have effect throughout your whole system
.aw-form label, .aw-form span {
display:inline-block;
vertical-align:text-top;
}
Or you can assign a class to your form and it will have effect only on the forms you've assigned the class to,
Like so,

And use this bit of code,
.rowFixer label, .rowFixer span {
display:inline-block;
vertical-align:text-top;
}
If you need more info, please have a look at this BSV file
https://filebin.net/674f8cmg5v5cbm90/rowFix.bsv?t=a4ha99dw