0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #18680 from patrickhlauke/docs-modal-tweak1

Docs: add ellipsis to modal example code
This commit is contained in:
Patrick H. Lauke 2015-12-25 21:21:27 +00:00
commit fc7fb0694a

View File

@ -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 %}