I'm using Bootstrap 4 and trying to put 2 divs side by side. I know below method:
<div class="row">
<div class="col-6">
</div>
<div class="col-6">
</div>
</div>
But i need the first div fixed width: 140px; What is the best practice to achieve that?