in English
Tekstiň kesilmegi
Tekstiň uzyn setirlerini ellips bilen kesiň.
.text-truncate
Has uzyn mazmun üçin teksti ellips bilen kesmek üçin synp goşup bilersiňiz . Talap display: inline-block
ýa-da display: block
.
Bu tekst gaty uzyn we görkezilenden soň kesiler.
<!-- 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>