mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +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.
|
||||
|
||||
{% 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>
|
||||
{% endhighlight %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue