A
A
Andrey Izmailov2019-04-12 13:32:22
Bootstrap
Andrey Izmailov, 2019-04-12 13:32:22

Bootstrap grid stopped working properly?

There is a project on Laravel and Vue
Until recently everything worked fine.
The Vue components and the CSS file were compiled into their respective files and everything worked as expected.
But recently the columns are a simple type template:

<div class="container">
    <div class="row" style="border: 1px solid grey; ">
      <div class="col-md-3" style="border: 1px solid grey; margin: 10px">
        Lorem ipsum dolor 
      </div>
      <div class="col-md-9" style="border: 1px solid grey; margin: 10px">
        Lorem ipsum dolor
      </div>
    </div>
  </div>

are displayed on the page one above the other, form elements go beyond the boundaries of the parent container, styles and colors of links are also not displayed.
When trying to repeat the code in a separate HTML file outside the framework with Bootstrap or Bulma loaded via CDN, the same picture is observed.
I welcome your thoughts
5cb069099d9ad819482349.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Izmailov, 2019-04-16
@andrew41

The problem was solved by removing the last-minute V-Calendar plugin from npm dependencies .

V
Vladislav Lyskov, 2019-04-12
@Vlatqa

welcome my consideration: because of the bordera

M
MasterMike, 2019-04-15
@MasterMike

Check the downloadable version of bootstrap.
You have a code for the third one, and you can upload 4, but there the description of the columns is made a little differently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question