网格崩溃Bootstrap 3

时间:2013-08-27 07:14:11

标签: twitter-bootstrap grid e-commerce collapse

制作了一个商品Bootstrap 3的网格,一切都很好,但是当产品的名称不适合一行时,整个网格都飞了,得到了这个:

enter image description here

我该如何解决这个问题?

代码here

的实际示例

1 个答案:

答案 0 :(得分:0)

通过添加以下代码修复它:

.col-md-4 {
   min-height: 390px !important;
}