I have two <button>
elements inside a <div>
element. Other button has a lot of text that is divided into two or more rows, and other has a little text (one row). How can I give the same height for both buttons?
I'm not trying to get a Javascript or jQuery etc-based answer, but a clean and neet css-based answer, and I'm not trying to animate or manipulate thease elements.