Bootstrap grid system not working.

I tried use structure:

<div class="row">
  <div class="col-md-6">left column</div>
  <div class="col-md-6">right column</div>
</div>

And it's not working. problem with style box-sizing

I attached patch for this, it's working form and seems not broke other places. Please review.

Comments

Samvel created an issue. See original summary.

asya_asina’s picture

This solution is working. but this patch don't apply at the current code state. I recreated patch.

andrtroe’s picture

andrtroe’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.