mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 18:11:51 +00:00
Merge pull request #18680 from patrickhlauke/docs-modal-tweak1
Docs: add ellipsis to modal example code
This commit is contained in:
commit
fc7fb0694a
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
|
||||||
For modals that simply appear rather than fade in to view, remove the `.fade` class from your modal markup.
|
For modals that simply appear rather than fade in to view, remove the `.fade` class from your modal markup.
|
||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<div class="modal" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
|
<div class="modal" tabindex="-1" role="dialog" aria-labelledby="..." aria-hidden="true">
|
||||||
...
|
...
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue