Vertically-Align Button Component
I have a button within a grid cell and have applied the following CSS style on the button:
.button {
vertical-align: middle !important;
}
But the button is not vertically-aligned within the grid cell. What else do I need to do to vertically-align the button to the middle of the grid cell?