Skip to content

Commit

Permalink
Merge pull request twbs#16504 from kkirsche/patch-8
Browse files Browse the repository at this point in the history
Clarify the bs-callout on multiple open modals
  • Loading branch information
cvrebert committed May 26, 2015
2 parents bb88212 + 97f8e56 commit 3487898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1 id="modals" class="page-header">Modals <small>modal.js</small></h1>
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>

<div class="bs-callout bs-callout-warning" id="callout-stacked-modals">
<h4>Overlapping modals not supported</h4>
<h4>Multiple open modals not supported</h4>
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
</div>
<div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement">
Expand Down

0 comments on commit 3487898

Please sign in to comment.