Created by: zalog
Making .dl-horizontal
and his child grid classes working with or without flexbox enabled.
Problem:
Code:
<dl class="dl-horizontal">
<dt class="col-sm-3">dt.col-sm-3 title lorem ipsum</dt>
<dd class="col-sm-9">dd.col-sm-9 description lorem ipsum</dd>
</dl>