Twitter bootstrap 如何添加高度相同的引导列?

Twitter bootstrap 如何添加高度相同的引导列?,twitter-bootstrap,Twitter Bootstrap,这是我的密码 我正在使用引导。我怎样才能使三根柱子的高度相同 <div class="row"> <div class="col-xs-4 panel" style="background-color: red"> some content </div> <div class="col-xs-4 panel" style="b

这是我的密码 我正在使用引导。我怎样才能使三根柱子的高度相同

<div class="row">
    <div class="col-xs-4 panel" style="background-color: red">
        some content
    </div>
    <div class="col-xs-4 panel" style="background-color: yellow">
        catz
        <img width="100" height="100" src="https://lorempixel.com/100/100/cats/">
    </div>
    <div class="col-xs-4 panel" style="background-color: blue">
        some more content
    </div>
</div>

一些内容
卡茨
更多内容

此处使用引导4解决方案


此处使用引导4解决方案