mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +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.
|
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 New Issue
Block a user