A
A
Arthur2019-04-06 19:25:17
css
Arthur, 2019-04-06 19:25:17

How to get rid of block wrapping to a new line (screen attached)?

Patient: poke
Actually, the problem itself is visible in the photo:
5ca8d2606dc20898456298.jpeg
Block code:

<div class="col-xs-6 col-sm-12 col-md-3 my">
...
</div>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arseny, 2019-04-06
Matytsyn @ArsenyMatytsyn

Go to the last bootstrap
A, well, all this junk should be in the line <div class="row">....

P
Pavel, 2019-04-06
@PavelMonro

A quick fix is ​​rather:

.panel-footer {
    padding: 10px;
    border-top: 1px solid #DBE0E4;
    background: #F5F5F5;
    box-shadow: none;
    height: 55px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question