I\'m trying to align a button element with two other input elements with labels. Using the bootstrap snippet below:
Instead of an improper label, use the align-self-end class (bootstrap 4 / flexbox) to vertically align the button to the bottom of the column.
align-self-end
Submit