mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix order of Save/Close buttons in modal code example (#25855)
This commit is contained in:
committed by
Patrick H. Lauke
parent
b9577a1cf7
commit
f194b9db75
@@ -67,8 +67,8 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee
|
||||
<p>Modal body text goes here.</p>
|
||||
</div>
|
||||
<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-primary">Save changes</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user