Here is a simple example:
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">DUMMY CONTENT</div>
</div>
</div>
When I see the result in browser I get a horizontal scrollbar.
Why is this happening?
What am I doing wrong?