<div class="list-group">
<p class="list-group-item-text">(one line)</p>
<p class="list-group-item-text">(one line)</p>
<p class="list-group-item-text">(two lines)</p>
</div>
I want all .list-group-item-text
to have the same height, which is that of the largest one.
So from the code above, the first two items would expand to the size of the third one.
I tried this solution but it's not responsive.