0

I noticed an issue in the Bootstrap grid system. div.row only applies the container's top and bottom padding and not start and end! jsfiddle

 <div class="container mt-5">
    <div class="border border-info p-2">
      <div class="row bg-danger">
        <div class="col">Test</div>
      </div>
    </div>
  </div>
Mironline
  • 2,654
  • 7
  • 33
  • 58

0 Answers0