mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Add ellipsis to modal example code
This commit is contained in:
parent
4258fb7992
commit
f6b0f8f3ad
@ -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 New Issue
Block a user