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
You can apply row-eq-height to the row class. This will make all the panels in the row equal to the tallest one.
row-eq-height
row
See example: https://jsfiddle.net/m7jyh1ex/