Issue
I am working with an html table that includes a particular column whose content can vary in size. This results in rows of varying heights, which is expected. However, the adjacent column to the variable-sized one contains two buttons that consistently appear at the top of the cell.
Desired Outcome
My goal is to have these two buttons centered in their cell, aligning with the middle of the variable-sized content column. I am using bootstrap 4 and have tried using align-center, but it has not been effective. A visual representation can better illustrate what I am aiming for.
https://i.sstatic.net/wwlHl.png
As shown in the image, I am seeking to align the two buttons in the center of their cells to match the contents of the adjacent column.
Attempts Made
I have experimented with various bootstrap align-middle methods on the column containing the buttons, but they persist in aligning at the top of the cell. While similar questions may have been asked on stack, I have yet to find one that precisely matches my scenario. If this issue has been addressed before, please provide a link and consider closing this question.
EDIT
Providing code snippets would not be beneficial out of context. Sharing the code for the model, view, controller, and js file might be excessive, as the question can be addressed based on the information provided.