in English 
      
 
     د متن لنډول
د متن اوږده تارونه په بیضوي شکل سره پرې کړئ.
د اوږدې محتوياتو لپاره، تاسو کولی شئ یو .text-truncateټولګي اضافه کړئ ترڅو متن د ellipsis سره لنډ کړئ. . display: inline-block_ display: block_
          دا متن خورا اوږد دی، او د ښودلو وروسته به ټوټه شي. 
        
 
       <!-- Block level -->
<div class="row">
  <div class="col-2 text-truncate">
    This text is quite long, and will be truncated once displayed.
  </div>
</div>
<!-- Inline level -->
<span class="d-inline-block text-truncate" style="max-width: 150px;">
  This text is quite long, and will be truncated once displayed.
</span>