D
D
Denis Davydenko2017-11-02 12:28:35
JavaScript
Denis Davydenko, 2017-11-02 12:28:35

How to fix the height of the grid in Bootstrap 3 with standard means?

Good afternoon.
There is a block

<div class="col-lg-4">
            <div class="panel panel-default">
                <div class="panel-heading">
                    <h3 class="panel-title">Заголовок #1</h3>
                </div>
                <ul class="list-group">
                    <li class="list-group-item">Ссылка #1</li>
                    <li class="list-group-item">Ссылка #2</li>
                    <li class="list-group-item">Ссылка #3</li>
                    <li class="list-group-item">Ссылка #4</li>
                    <li class="list-group-item">Ссылка #5</li>
                </ul>
            </div>
        </div>

There are 6 such blocks, divided into 2 rows of 3 blocks.
The problem is banal. Depending on the number of links in the first row, the second row shifts.
Is it possible to use STANDARD bootstrap tools to set, say, a height of 50% of the container for each row.
Something does not work to google a clear answer (maybe I'm looking for it wrong).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nick Sdk, 2019-08-07
@Vikkiners

you are definitely not regular here
try this option
let delFrom = /&from=[^&]+/i;

S
Sergey, 2017-11-02
@GooseTheDestroyer

In 3, no way, only if you set the height of the blocks hard.
This is fixed in bootstrap 4.
either brm.io/jquery-match-height

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question