Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorToto <mail@totoprayogo.com>2022-04-18 11:56:13 +0300
committerGeoSot <geo.sotis@gmail.com>2022-04-18 16:56:11 +0300
commit5602093c7be8726f1b1043b3d71bb887d6f1f607 (patch)
treee6dc3381dfaf59941ecd809ea40b51f67cfdcbc4 /site
parent195440f2fb1e94c014a9cf08f3eae40f3d224620 (diff)
change `.border-right` to `.border-end`
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/examples/modals/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/examples/modals/index.html b/site/content/docs/5.1/examples/modals/index.html
index 8043f2b44a..0f16aabf8b 100644
--- a/site/content/docs/5.1/examples/modals/index.html
+++ b/site/content/docs/5.1/examples/modals/index.html
@@ -83,7 +83,7 @@ body_class: ""
<p class="mb-0">You can always change your mind in your account settings.</p>
</div>
<div class="modal-footer flex-nowrap p-0">
- <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-right"><strong>Yes, enable</strong></button>
+ <button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0 border-end"><strong>Yes, enable</strong></button>
<button type="button" class="btn btn-lg btn-link fs-6 text-decoration-none col-6 m-0 rounded-0" data-bs-dismiss="modal">No thanks</button>
</div>
</div>