Esasy mazmuna geçiň Docs nawigasiýasyna geçiň
in English

Tekstiň kesilmegi

Tekstiň uzyn setirlerini ellips bilen kesiň.

.text-truncateHas 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.
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>