I am using react bootstrap, I am trying to align items vertically within a row but with no luck. My problem is I have a button in one of the columns, so for the other column
If you are using table rows, you can wrap contents within a ..
..
like:
and then you can use flexbox to align them dynamically:
tr .align-me { display: flex; align-items: center; }