in English
Tapaka ny soratra
Tapaho ny tady lavalava misy soratra ellipsis.
Ho an'ny atiny lava kokoa dia azonao atao ny manampy .text-truncate
kilasy hanapaka ny lahatsoratra amin'ny ellipsis. Mitaky display: inline-block
na display: block
.
Lava tokoa ity lahatsoratra ity, ary hotapahana rehefa miseho.
<!-- 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>