diff options
| author | Toto <[email protected]> | 2022-04-18 15:56:13 +0700 |
|---|---|---|
| committer | GeoSot <[email protected]> | 2022-04-18 16:56:11 +0300 |
| commit | 5602093c7be8726f1b1043b3d71bb887d6f1f607 (patch) | |
| tree | e6dc3381dfaf59941ecd809ea40b51f67cfdcbc4 /site/content/docs/5.1 | |
| parent | 195440f2fb1e94c014a9cf08f3eae40f3d224620 (diff) | |
| download | bootstrap-5602093c7be8726f1b1043b3d71bb887d6f1f607.tar.xz bootstrap-5602093c7be8726f1b1043b3d71bb887d6f1f607.zip | |
change `.border-right` to `.border-end`
Diffstat (limited to 'site/content/docs/5.1')
| -rw-r--r-- | site/content/docs/5.1/examples/modals/index.html | 2 |
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 8043f2b44..0f16aabf8 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> |
