Using flexbox:
.testbutton {
display: inline-flex;
align-items: center;
}
You can use flexbox (check browser support, depending on your needs).
.testbutton {
display: inline-flex;
align-items: center;
}
You can use flexbox (check browser support, depending on your needs).