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
f194b9db
Commit
f194b9db
authored
7 years ago
by
John Bennet Veloya
Committed by
Patrick H. Lauke
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix order of Save/Close buttons in modal code example (#25855)
parent
b9577a1c
3 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/modal.md
+1
-1
docs/4.0/components/modal.md
with
1 addition
and
1 deletion
+1
-1
docs/4.0/components/modal.md
+
1
-
1
View file @
f194b9db
...
@@ -67,8 +67,8 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee
...
@@ -67,8 +67,8 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee
<p>
Modal body text goes here.
</p>
<p>
Modal body text goes here.
</p>
</div>
</div>
<div
class=
"modal-footer"
>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-primary"
>
Save changes
</button>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
Close
</button>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
Close
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
Save changes
</button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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