I have 3 buttons, 1 of them has an image. The issue is that the last one doesn´t render align with the other othe buttons.
.matrix-size {
height: 40px;
cursor: pointer;
}
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<button class="matrix-size">$$ { \left( 2 \times 4 \right) } $$</button>
<button class="matrix-size">$$ { \left( 5 \times 5 \right) } $$</button>
<button class="matrix-size"><img src="https://es.symbolab.com/public/img/pad_matrixnxn.png
"></button>
What should I do to make them aligned