How To Make Height Of Two Div Equal Respective To Each Other?

后端 未结 3 1138
情歌与酒
情歌与酒 2021-01-25 16:27

Here I have two bootstrap panel inside class row.
And I am trying to make the height both the panel equal respective to each other even if any amount of data in placed insid

3条回答
  •  伪装坚强ぢ
    2021-01-25 17:05

    You can apply row-eq-height to the row class. This will make all the panels in the row equal to the tallest one.

    See example: https://jsfiddle.net/m7jyh1ex/

提交回复
热议问题