https://i.sstatic.net/ozH3g.png
I am seeking a way to achieve the design as presented. Specifically, I would like the data on the right side to appear in a row format when the data on the left side ends.
Here is my code snippet:
<div class="row ">
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6 ">
<p class="key text-capitalize ">Decision [Is Equal To] </p>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6 ">
<p class="value text-capitalize "><span>: </span> On Hold Temporarily
</p>
</div>
</div>
Is there a dynamic CSS solution for achieving this layout?