Is is possible to have child div same height as parent in bootsrtap 3?
Here is example
    <div class="row clearfix">
        <div class="col-md-6" style="background-color:red;">
 VERY LONG TEXT, JUST LONER< AND LONGER, AND LONGER, AND LONGER 
        </div>
        <div class="col-md-6" style="background-color:green;">
SHORT TXT
        </div>
    </div>
I want right col to be the same height as left column is that possible on easy way?