Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3487898a
Commit
3487898a
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #16504 from kkirsche/patch-8
Clarify the bs-callout on multiple open modals
parents
bb882125
97f8e561
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/modal.html
+1
-1
docs/_includes/js/modal.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/js/modal.html
+
1
-
1
View file @
3487898a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<p>
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
</p>
<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"
>
<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>
<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>
<div
class=
"bs-callout bs-callout-warning"
id=
"callout-modal-markup-placement"
>
<div
class=
"bs-callout bs-callout-warning"
id=
"callout-modal-markup-placement"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment