]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change `.border-right` to `.border-end`
authorToto <mail@totoprayogo.com>
Mon, 18 Apr 2022 08:56:13 +0000 (15:56 +0700)
committerGeoSot <geo.sotis@gmail.com>
Mon, 18 Apr 2022 13:56:11 +0000 (16:56 +0300)
site/content/docs/5.1/examples/modals/index.html

index 8043f2b44a151256fcb1c670693f3cf9594c016e..0f16aabf8b4935b97b0a4c1ac9d244c4e54a7f9c 100644 (file)
@@ -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>