20.1 #Row.adjustable-ellipsis Columns with flexible width

Toggle example guides Toggle HTML markup

sf-row.-adjustable-ellipsis

<div class="sf-row -adjustable-ellipsis">
   <div class="sf-row__col -full-width">
       <div>The width of <strong>First</strong> adjusts to my width</div>
   </div>
   <div class="sf-row__col -truncatable">
       <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
   </div>
</div>
I am First. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa
The width of First adjusts to my width
Html
    <div class="sf-row -adjustable-ellipsis">
       <div class="sf-row__col -truncatable">
           <div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">I am <strong>First</strong>. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passa</div>
       </div>
       <div class="sf-row__col -full-width">
           <div>The width of <strong>First</strong> adjusts to my width</div>
       </div>
    </div>