20.27 #Row.no-wrap flex-wrap: no-wrap
.sf-row.-no-wrap
I am first in the markup
I am second in the markup
I am third in the markup
Html
<div class="sf-row -no-wrap">
<div class="sf-row__col -col-6">
I am <strong>first</strong> in the markup
</div>
<div class="sf-row__col -col-6">
I am <strong>second</strong> in the markup
</div>
<div class="sf-row__col -col-10">
I am <strong>third</strong> in the markup
</div>
</div>