mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
replace dummy text with English for Text truncation page (#34936)
This commit is contained in:
parent
2a925d6fd8
commit
f7c361f553
@ -12,12 +12,12 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
|
||||
<!-- Block level -->
|
||||
<div class="row">
|
||||
<div class="col-2 text-truncate">
|
||||
Praeterea iter est quasdam res quas ex communi.
|
||||
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;">
|
||||
Praeterea iter est quasdam res quas ex communi.
|
||||
This text is quite long, and will be truncated once displayed.
|
||||
</span>
|
||||
{{< /example >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user