On my screen, I have 3 buttons with varying sizes determined by their padding. As the text wraps within each button, they adjust in height accordingly. However, the issue arises when the buttons end up being different heights. Instead of setting a specific height for each button, I would like them to dynamically adjust based on the text content and maintain equal height.
Is there a way to ensure that all buttons are as tall as the tallest one?